public class TestPOSModels extends Object
Constructor and Description |
---|
TestPOSModels(String labeledTestData)
Constructor for the test class.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
testAccuracy()
Tags the unlabeled data and compares the part-of-speech tags with the labeled data, keeping
track of and reporting total accuracy at the end.
|
public TestPOSModels(String labeledTestData)
labeledTestData
- The path to the labeled testing datapublic void testAccuracy()
public static void main(String[] args)
Copyright © 2017. All rights reserved.