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.BuilderTokenDictRule.Builder. addReadings(String readings)Adds an readings to readings.TokenDictRule.BuilderTokenDictRule.Builder. addTokens(String tokens)Adds an tokens to tokens.TokenDictRule.BuilderTokenDictRule. newBuilder()New builder.TokenDictRule.BuilderTokenDictRule.Builder. partOfSpeech(String partOfSpeech)Set the partOfSpeech.TokenDictRule.BuilderTokenDictRule.Builder. readings(List<String> readings)Set the readings.TokenDictRule.BuilderTokenDictRule.Builder. text(String text)Set the text.TokenDictRule.BuilderTokenDictRule.Builder. tokens(List<String> tokens)Set the tokens.