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.IHit Modifier and Type Method Description void
AhoCorasickDoubleArrayTrie. parseText(char[] text, AhoCorasickDoubleArrayTrie.IHit<V> processor)
Parse textvoid
AhoCorasickDoubleArrayTrie. parseText(CharSequence text, AhoCorasickDoubleArrayTrie.IHit<V> processor)
Parse text
-