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 voidAhoCorasickDoubleArrayTrie. parseText(char[] text, AhoCorasickDoubleArrayTrie.IHit<V> processor)Parse textvoidAhoCorasickDoubleArrayTrie. parseText(java.lang.CharSequence text, AhoCorasickDoubleArrayTrie.IHit<V> processor)Parse text
-