Class | Description |
---|---|
FeatureVectorParser |
This parser returns
FeatureVector s deserialized out of the first file passed to the
constructor. |
LBJavaUtils |
Convenience classes for mapping between data structures used by Curator and LBJ.
|
MikheevLearner |
A poor man's Mikheev rules implementation, in that there is no morphology.
|
MikheevLearner.Parameters |
Empty class, since there are no parameters
|
POSAnnotator |
Wraps the Illinois part-of-speech tagger in an illinois-core-utilites Annotator, to be a pipeline
component.
|
POSBaselineLearner |
This learning algorithm simply counts the number of times that each word appears in training data
associated with each possible part of speech tag.
|
POSBaselineLearner.Parameters |
Empty class, since there are no parameters
|
POSConfigurator |
Constant values used by the LBJ source file.
|
POSLabeledUnknownWordParser |
This parser returns only words that have been observed less than or equal to
POSLabeledUnknownWordParser.threshold
times according to BaselineTarget . |
POSTag |
This program uses
POSTagger to tag a test set with its predictions, indicating which
predictions were right and wrong. |
POSTagPlain |
This program uses
POSTagger to tag plain text. |
POSTagTokenized |
This program uses
POSTagger to tag pre-tokenized text. |
POSTrain |
Simple class to build and train models from existing training data, as opposed to using the
prepackaged jar.
|
TestPOS |
This program tests
POSTagger on labeled data and reports its performance. |
TestPOSModels |
Simple test class for testing the POS Tagger with trained models.
|
Copyright © 2017. All rights reserved.