Uses of Enum Class
opennlp.tools.tokenize.Detokenizer.DetokenizationOperation
Packages that use Detokenizer.DetokenizationOperation
Package
Description
Contains classes related to finding token or words in a string.
-
Uses of Detokenizer.DetokenizationOperation in opennlp.tools.tokenize
Methods in opennlp.tools.tokenize that return Detokenizer.DetokenizationOperationModifier and TypeMethodDescriptionDetokenizer.detokenize
(String[] tokens) Detokenizes the collection of tokens.DictionaryDetokenizer.detokenize
(String[] 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.