|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--opennlp.grok.preprocess.tokenize.TokEventCollector
Generate event contexts for maxent decisions for sentence detection.
Constructor Summary | |
TokEventCollector(java.io.Reader data)
Class constructor. |
Method Summary | |
opennlp.maxent.Event[] |
getEvents()
Builds up the list of features using the Reader as input. |
opennlp.maxent.Event[] |
getEvents(boolean evalMode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TokEventCollector(java.io.Reader data)
Method Detail |
public opennlp.maxent.Event[] getEvents()
getEvents
in interface opennlp.maxent.EventCollector
public opennlp.maxent.Event[] getEvents(boolean evalMode)
getEvents
in interface opennlp.maxent.EventCollector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |