|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--opennlp.grok.preprocess.postag.POSContextGenerator
A context generator for the POS Tagger.
| Constructor Summary | |
POSContextGenerator()
|
|
POSContextGenerator(opennlp.common.morph.MorphAnalyzer ma)
|
|
| Method Summary | |
java.lang.String[] |
getContext(java.lang.Object o)
Either: (rare?, [words, tags, position]) or : [words, tags, position] right now this will be very inefficient for a linked list. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public POSContextGenerator()
public POSContextGenerator(opennlp.common.morph.MorphAnalyzer ma)
| Method Detail |
public java.lang.String[] getContext(java.lang.Object o)
getContext in interface opennlp.maxent.ContextGeneratorpublic static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||