4c0737ab80aa30b92ed9f9d7fecd399a126a17d2,gensim/test/test_coherencemodel.py,TestCoherenceModel,testCuciVWModel,#TestCoherenceModel#,172

Before Change



    def testCuciVWModel(self):
        Perform sanity check to see if c_uci coherence works with LDA VW gensim wrapper
        if not self.vw_path:
            return
        CoherenceModel(model=self.vwmodel, texts=self.texts, coherence="c_uci")

    def testCnpmiVWModel(self):
        Perform sanity check to see if c_npmi coherence works with LDA VW gensim wrapper

After Change



    def testCuciVWModel(self):
        Perform sanity check to see if c_uci coherence works with LDA VW gensim wrapper
        self._check_for_vw()
        CoherenceModel(model=self.vwmodel, texts=self.texts, coherence="c_uci")

    def testCnpmiVWModel(self):
        Perform sanity check to see if c_npmi coherence works with LDA VW gensim wrapper
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: RaRe-Technologies/gensim
Commit Name: 4c0737ab80aa30b92ed9f9d7fecd399a126a17d2
Time: 2017-09-18
Author: macks22@users.noreply.github.com
File Name: gensim/test/test_coherencemodel.py
Class Name: TestCoherenceModel
Method Name: testCuciVWModel


Project Name: RaRe-Technologies/gensim
Commit Name: 4c0737ab80aa30b92ed9f9d7fecd399a126a17d2
Time: 2017-09-18
Author: macks22@users.noreply.github.com
File Name: gensim/test/test_coherencemodel.py
Class Name: TestCoherenceModel
Method Name: testCnpmiVWModel


Project Name: RaRe-Technologies/gensim
Commit Name: 4c0737ab80aa30b92ed9f9d7fecd399a126a17d2
Time: 2017-09-18
Author: macks22@users.noreply.github.com
File Name: gensim/test/test_coherencemodel.py
Class Name: TestCoherenceModel
Method Name: testUMassVWModel


Project Name: RaRe-Technologies/gensim
Commit Name: 4c0737ab80aa30b92ed9f9d7fecd399a126a17d2
Time: 2017-09-18
Author: macks22@users.noreply.github.com
File Name: gensim/test/test_coherencemodel.py
Class Name: TestCoherenceModel
Method Name: testCvVWModel