public static interface AhoCorasickDoubleArrayTrie.IHitCancellable<V>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hit(int begin,
int end,
V value)
Hit a keyword, you can use some code like text.substring(begin, end) to get the keyword
|
boolean 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–2018 码农场. All rights reserved.