Package | Description |
---|---|
opennlp.tools.tokenize |
Contains classes related to finding token or words in a string.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.