nltk.test.unit.translate.test_meteor module
-
class nltk.test.unit.translate.test_meteor.TestMETEOR[source]
Bases: TestCase
-
reference = [['this', 'is', 'a', 'test'], ['this', 'istest']]
-
candidate = ['THIS', 'Is', 'a', 'tEST']
-
test_meteor()[source]
-
test_reference_type_check()[source]
-
test_candidate_type_check()[source]