9de1a50ff5c3fd3848a7bc7f14ac8b4d7cc8e34a,neurosynth/analysis/reduce.py,,run_lda,#Any#Any#Any#Any#Any#Any#,176

Before Change



    // Run MALLET topic modeling
    print("Generating topics...")
    mallet_bin = abspath("../resources/mallet/bin/mallet")
    import_str = ("{mallet} import-dir "
                  "--input {absdir} "
                  "--output {outdir}/topic-input.mallet "
                  "--keep-sequence "

After Change



    // Run MALLET topic modeling
    print("Generating topics...")
    mallet_bin = join(dirname(dirname(__file__)), "resources/mallet/bin/mallet")
    import_str = ("{mallet} import-dir "
                  "--input {absdir} "
                  "--output {outdir}/topic-input.mallet "
                  "--keep-sequence "
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: neurosynth/neurosynth
Commit Name: 9de1a50ff5c3fd3848a7bc7f14ac8b4d7cc8e34a
Time: 2017-06-23
Author: tsalo006@fiu.edu
File Name: neurosynth/analysis/reduce.py
Class Name:
Method Name: run_lda


Project Name: IDSIA/sacred
Commit Name: f2823cc5ad25abbe33e76c3555b490fdfbd9c902
Time: 2019-07-03
Author: r.sjogren89@gmail.com
File Name: tests/test_dependencies.py
Class Name:
Method Name: test_custom_base_dir


Project Name: NervanaSystems/nlp-architect
Commit Name: e3741d32d71ab5b7878deff424247324393686f3
Time: 2018-05-16
Author: amit.yaccobi@intel.com
File Name: tests/test_np_semantic_segmentation.py
Class Name:
Method Name: test_model_inference


Project Name: NervanaSystems/nlp-architect
Commit Name: e3741d32d71ab5b7878deff424247324393686f3
Time: 2018-05-16
Author: amit.yaccobi@intel.com
File Name: tests/test_np_semantic_segmentation.py
Class Name:
Method Name: test_model_training