public interface POSTagger
Modifier and Type | Method and Description |
---|---|
PennTreebankPOS[] |
tag(String[] sentence)
Tags the sentence in the form of a sequence of words
|
PennTreebankPOS[] tag(String[] sentence)
Copyright © 2015. All rights reserved.