|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object opennlp.tools.postag.POSEventCollector
@Deprecated public class POSEventCollector
An event generator for the maxent POS Tagger.
Constructor Summary | |
---|---|
POSEventCollector(Reader data,
POSContextGenerator gen)
Deprecated. Initializes the current instance. |
Method Summary | |
---|---|
static Pair<List<String>,List<String>> |
convertAnnotatedString(String s)
Deprecated. |
opennlp.model.Event[] |
getEvents()
Deprecated. |
opennlp.model.Event[] |
getEvents(boolean evalMode)
Deprecated. Builds up the list of features using the Reader as input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public POSEventCollector(Reader data, POSContextGenerator gen)
data
- gen
- Method Detail |
---|
public static Pair<List<String>,List<String>> convertAnnotatedString(String s)
public opennlp.model.Event[] getEvents()
getEvents
in interface opennlp.model.EventCollector
public opennlp.model.Event[] getEvents(boolean evalMode)
getEvents
in interface opennlp.model.EventCollector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |