module documentation

Undocumented

Function error_list Returns a list of human-readable strings indicating the errors in the given tagging of the corpus.
def error_list(train_sents, test_sents): (source) ΒΆ

Returns a list of human-readable strings indicating the errors in the given tagging of the corpus.

Parameters
train_sents:list(tuple)The correct tagging of the corpus
test_sents:list(tuple)The tagged corpus