Package opennlp.tools.postag
Interface POSTagger
-
- All Known Implementing Classes:
POSTaggerME
public interface POSTagger
The interface for part of speech taggers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
tag(String[] sentence)
Assigns the sentence of tokens pos tags.String[]
tag(String[] sentence, Object[] additionaContext)
Sequence[]
topKSequences(String[] sentence)
Sequence[]
topKSequences(String[] sentence, Object[] additionaContext)
-