Uses of Interface
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHit
-
Uses of AhoCorasickDoubleArrayTrie.IHit in com.hankcs.algorithm
Methods in com.hankcs.algorithm with parameters of type AhoCorasickDoubleArrayTrie.IHitModifier and TypeMethodDescriptionvoid
AhoCorasickDoubleArrayTrie.parseText
(char[] text, AhoCorasickDoubleArrayTrie.IHit<V> processor) Parse textvoid
AhoCorasickDoubleArrayTrie.parseText
(CharSequence text, AhoCorasickDoubleArrayTrie.IHit<V> processor) Parse text