| Constructor and Description |
|---|
ChineseTagger() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedTokenReadings |
createNullToken(String token,
int startPos) |
AnalyzedToken |
createToken(String token,
String posTag) |
List<AnalyzedTokenReadings> |
tag(List<String> sentenceTokens) |
public List<AnalyzedTokenReadings> tag(List<String> sentenceTokens) throws IOException
tag in interface TaggerIOExceptionpublic final AnalyzedTokenReadings createNullToken(String token, int startPos)
createNullToken in interface Taggerpublic AnalyzedToken createToken(String token, String posTag)
createToken in interface Tagger