public interface POSTagger
| Modifier and Type | Method and 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) | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.