public static interface Util.TokenHandler
Modifier and Type | Method and Description |
---|---|
void |
processToken(org.apache.uima.jcas.JCas jCas,
int start,
int end,
java.lang.String token)
This method is called for each token.
|
void processToken(org.apache.uima.jcas.JCas jCas, int start, int end, java.lang.String token)
jCas
- JCas containing the tokenstart
- start-position (inclusive) of token within the DocumentText of jCasend
- end-position (exclusive) of token within the DocumentText of jCastoken
- token to process2005-2013 Marco Büchler, Natural Language Processing Group, University of Leipzig, Germany. 2013-2016 Marco Büchler, Georg August University Göttingen, Göttingen, Germany