Package opennlp.tools.tokenize
package opennlp.tools.tokenize
-
ClassDescriptionA
Detokenizermerges tokens back to their detokenized representation.This enum contains an operation for every token to merge the tokens together to their detokenized form.Interface for context generators required fortokenizer implementations.The interface for tokenizers, which segment a string into its tokens.A marker interface for evaluatingtokenizers.ATokenSampleis text with token spans.A basicTokenizerimplementation which performs tokenization using white spaces.ATokenizerimplementation which performs tokenization using word pieces.