case classCposAccuracy(verbose: Boolean = false) extends ParseStatistic with Product with Serializable
CposAccuracy stores the statistics necessary to compute coarse-part-of-speech tagging
accuracy, which is the percentage of tokens assigned the correct CPOS by the parser.
verbose
if true, reporting gives more detailed error analysis of the tagging mistakes
Linear Supertypes
Serializable, Serializable, Product, Equals, ParseStatistic, AnyRef, Any
CposAccuracy stores the statistics necessary to compute coarse-part-of-speech tagging accuracy, which is the percentage of tokens assigned the correct CPOS by the parser.
if true, reporting gives more detailed error analysis of the tagging mistakes