Uses of Class
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.Hit
-
-
Uses of AhoCorasickDoubleArrayTrie.Hit in com.hankcs.algorithm
Methods in com.hankcs.algorithm that return AhoCorasickDoubleArrayTrie.Hit Modifier and Type Method Description AhoCorasickDoubleArrayTrie.Hit<V>
AhoCorasickDoubleArrayTrie. findFirst(String text)
Search first match in stringMethods in com.hankcs.algorithm that return types with arguments of type AhoCorasickDoubleArrayTrie.Hit Modifier and Type Method Description List<AhoCorasickDoubleArrayTrie.Hit<V>>
AhoCorasickDoubleArrayTrie. parseText(CharSequence text)
Parse text
-