public static interface AhoCorasickDoubleArrayTrie.IHit<V>
| Modifier and Type | Method and Description |
|---|---|
void |
hit(int begin,
int end,
V value)
Hit a keyword, you can use some code like text.substring(begin, end) to get the keyword
|
void hit(int begin,
int end,
V value)
begin - the beginning index, inclusive.end - the ending index, exclusive.value - the value assigned to the keywordCopyright © 2014–2015 APDPlat. All rights reserved.