Uses of Class
com.ibm.watson.discovery.v1.model.TokenDictRule.Builder
Package | Description |
---|---|
com.ibm.watson.discovery.v1.model |
-
Uses of TokenDictRule.Builder in com.ibm.watson.discovery.v1.model
Methods in com.ibm.watson.discovery.v1.model that return TokenDictRule.Builder Modifier and Type Method Description TokenDictRule.Builder
TokenDictRule.Builder. addReadings(String readings)
Adds an readings to readings.TokenDictRule.Builder
TokenDictRule.Builder. addTokens(String tokens)
Adds an tokens to tokens.TokenDictRule.Builder
TokenDictRule. newBuilder()
New builder.TokenDictRule.Builder
TokenDictRule.Builder. partOfSpeech(String partOfSpeech)
Set the partOfSpeech.TokenDictRule.Builder
TokenDictRule.Builder. readings(List<String> readings)
Set the readings.TokenDictRule.Builder
TokenDictRule.Builder. text(String text)
Set the text.TokenDictRule.Builder
TokenDictRule.Builder. tokens(List<String> tokens)
Set the tokens.