neuralmonkey.tests.test_wordpiece module

class neuralmonkey.tests.test_wordpiece.TestWordpieces(methodName='runTest')

Bases: unittest.case.TestCase

classmethod setUpClass()

Hook method for setting up class fixture before running tests in the class.

test_make_wordpieces()
test_postprocess_ok()
test_postprocess_split()
test_postprocess_unk()
test_preprocess_ok()
test_preprocess_split()
test_preprocess_unk()