Uses of Enum Class
opennlp.tools.tokenize.Detokenizer.DetokenizationOperation
Packages that use Detokenizer.DetokenizationOperation
-
Uses of Detokenizer.DetokenizationOperation in opennlp.tools.tokenize
Subclasses with type arguments of type Detokenizer.DetokenizationOperation in opennlp.tools.tokenizeModifier and TypeClassDescriptionstatic enumThis enum contains an operation for every token to merge the tokens together to their detokenized form.Methods in opennlp.tools.tokenize that return Detokenizer.DetokenizationOperationModifier and TypeMethodDescriptionDetokenizer.detokenize(String[] tokens) Detokenizes the collection of tokens.Returns the enum constant of this class with the specified name.static Detokenizer.DetokenizationOperation[]Detokenizer.DetokenizationOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.