hmm.labeling.tests module¶
-
class
hmm.labeling.tests.
LabelingFunctionTestCase
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
Note: A response of 0 indicates that the user chooses not to interfere, thus saving the characters with suffix _noint. A response of 1 indicates the user chooses to interfere, thus saving the characters with suffix _int. A response of -1 indicates abstention.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.