O - the token type.public interface TokenHandler<O>
void token(O token, String pos, 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.