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(java.lang.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 java.util.List<AhoCorasickDoubleArrayTrie.Hit<V>>AhoCorasickDoubleArrayTrie. parseText(java.lang.CharSequence text)Parse textMethod parameters in com.hankcs.algorithm with type arguments of type AhoCorasickDoubleArrayTrie.Hit Modifier and Type Method Description private voidAhoCorasickDoubleArrayTrie. storeEmits(int position, int currentState, java.util.List<AhoCorasickDoubleArrayTrie.Hit<V>> collectedEmits)store output
-