O - the token type.public interface TokenHandler<O>
| Modifier and Type | Method and Description |
|---|---|
void |
token(O token,
java.lang.String pos,
java.lang.String lemma)
Process a token that TreeTagger has analyzed.
|
void token(O token, java.lang.String pos, java.lang.String lemma)
token - the one of the token objects passed to
TreeTaggerWrapper.process(java.util.Collection)pos - the Part-of-Speech tag as produced by TreeTagger or null.lemma - the lemma as produced by TreeTagger or null.Copyright © 2014. All Rights Reserved.