V - the object typepublic class StringAhoCorasickDoubleArrayTrie<V>
extends com.hankcs.algorithm.AhoCorasickDoubleArrayTrie<V>
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.Hit<V>, com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHit<V>, com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitCancellable<V>, com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitFull<V>| Constructor and Description |
|---|
StringAhoCorasickDoubleArrayTrie() |
| Modifier and Type | Method and Description |
|---|---|
V[] |
getValues() |
void |
parseText(java.lang.String text,
com.hankcs.algorithm.AhoCorasickDoubleArrayTrie.IHitFull<V> processor)
Parse text.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.