Uses of Interface
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitFull
-
-
Uses of AhoCorasickDoubleArrayTrie.IHitFull in com.hankcs.algorithm
Methods in com.hankcs.algorithm with parameters of type AhoCorasickDoubleArrayTrie.IHitFull Modifier and Type Method Description void
AhoCorasickDoubleArrayTrie. parseText(char[] text, AhoCorasickDoubleArrayTrie.IHitFull<V> processor)
Parse text
-