Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.nlp | |
edu.illinois.cs.cogcomp.lbjava.nlp.seg | |
edu.illinois.cs.cogcomp.pos |
Modifier and Type | Class and Description |
---|---|
class |
POSBracketToWord
Deprecated.
As of LBJava release 2.0.4, the functionality of this class has
been superceded by the
ChildrenFromVectors
parser used in conjunction with POSBracketToVector . |
Modifier and Type | Class and Description |
---|---|
class |
POSBracketToToken
This parser expects labeled data as described in
POSBracketToVector , and it returns Token objects
representing that labeled data. |
Modifier and Type | Class and Description |
---|---|
class |
POSLabeledUnknownWordParser
This parser returns only words that have been observed less than or equal to
POSLabeledUnknownWordParser.threshold
times according to BaselineTarget . |
Copyright © 2017. All rights reserved.