Uses of Interface
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitCancellable
-
-
Uses of AhoCorasickDoubleArrayTrie.IHitCancellable in com.hankcs.algorithm
Methods in com.hankcs.algorithm with parameters of type AhoCorasickDoubleArrayTrie.IHitCancellable Modifier and Type Method Description void
AhoCorasickDoubleArrayTrie. parseText(java.lang.CharSequence text, AhoCorasickDoubleArrayTrie.IHitCancellable<V> processor)
Parse text
-