| Interface | Description |
|---|---|
| AhoCorasickDoubleArrayTrie.IHit<V> |
Processor handles the output when hit a keyword
|
| AhoCorasickDoubleArrayTrie.IHitCancellable<V> |
Callback that allows to cancel the search process.
|
| AhoCorasickDoubleArrayTrie.IHitFull<V> |
Processor handles the output when hit a keyword, with more detail
|
| Class | Description |
|---|---|
| AhoCorasickDoubleArrayTrie<V> |
An implementation of Aho Corasick algorithm based on Double Array Trie
|
| AhoCorasickDoubleArrayTrie.Hit<V> |
A result output
|
| State |
一个状态有如下几个功能
|
Copyright © 2014–2021 码农场. All rights reserved.