Uses of Class
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.Hit
-
Uses of AhoCorasickDoubleArrayTrie.Hit in com.hankcs.algorithm
Methods in com.hankcs.algorithm that return AhoCorasickDoubleArrayTrie.HitModifier and TypeMethodDescriptionSearch first match in stringMethods in com.hankcs.algorithm that return types with arguments of type AhoCorasickDoubleArrayTrie.HitModifier and TypeMethodDescriptionAhoCorasickDoubleArrayTrie.parseText
(CharSequence text) Parse textMethod parameters in com.hankcs.algorithm with type arguments of type AhoCorasickDoubleArrayTrie.HitModifier and TypeMethodDescriptionprivate void
AhoCorasickDoubleArrayTrie.storeEmits
(int position, int currentState, List<AhoCorasickDoubleArrayTrie.Hit<V>> collectedEmits) store output