The Wayback Machine - https://web.archive.org/web/20201024214430/https://github.com/clips/pattern/issues/306
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: test_lexicon (__main__.TestLexicon) #306

Open
tmlim12345 opened this issue Apr 19, 2020 · 0 comments
Open

ERROR: test_lexicon (__main__.TestLexicon) #306

tmlim12345 opened this issue Apr 19, 2020 · 0 comments

Comments

@tmlim12345
Copy link

@tmlim12345 tmlim12345 commented Apr 19, 2020

can someone helps please?
def suite():
suite = unittest.TestSuite()
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestLexicon))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestFrequency))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestModel))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestMorphology))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestContext))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestEntities))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestParser))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestSentiment))
suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestMultilingual))
it looks like all the tests cannot be loaded at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.