Uses of Interface
org.apache.commons.text.similarity.Tokenizer
-
Packages that use Tokenizer Package Description org.apache.commons.text.similarity Provides algorithms for string similarity. -
-
Uses of Tokenizer in org.apache.commons.text.similarity
Classes in org.apache.commons.text.similarity that implement Tokenizer Modifier and Type Class Description (package private) classRegexTokenizerA simple word tokenizer that utilizes regex to find words.
-