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