Uses of Package
org.tribuo.util.tokens.impl
Packages that use org.tribuo.util.tokens.impl
-
Classes in org.tribuo.util.tokens.impl used by org.tribuo.util.tokens.implClassDescriptionA tokenizer wrapping a
BreakIterator
instance.A convenience class for when you are required to provide a tokenizer but you don't actually want to split up the text into tokens.This tokenizer is loosely based on the notion of word shape which is a common feature used in NLP.This implementation ofTokenizer
is instantiated with an array of characters that are considered split characters.This implementation ofTokenizer
is instantiated with a regular expression pattern which determines how to split a string into tokens.