|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Detokenizer.DetokenizationOperation | |
---|---|
opennlp.tools.cmdline.tokenizer | |
opennlp.tools.tokenize | Contains classes related to finding token or words in a string. |
Uses of Detokenizer.DetokenizationOperation in opennlp.tools.cmdline.tokenizer |
---|
Methods in opennlp.tools.cmdline.tokenizer with parameters of type Detokenizer.DetokenizationOperation | |
---|---|
static String |
DictionaryDetokenizerTool.detokenize(String[] tokens,
Detokenizer.DetokenizationOperation[] operations)
|
Uses of Detokenizer.DetokenizationOperation in opennlp.tools.tokenize |
---|
Methods in opennlp.tools.tokenize that return Detokenizer.DetokenizationOperation | |
---|---|
Detokenizer.DetokenizationOperation[] |
DictionaryDetokenizer.detokenize(String[] tokens)
|
Detokenizer.DetokenizationOperation[] |
Detokenizer.detokenize(String[] tokens)
Detokenize the input tokens. |
static Detokenizer.DetokenizationOperation |
Detokenizer.DetokenizationOperation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Detokenizer.DetokenizationOperation[] |
Detokenizer.DetokenizationOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |