Serialized Form
-
Package com.hankcs.algorithm
-
Class com.hankcs.algorithm.AhoCorasickDoubleArrayTrie extends Object implements Serializable
-
Serialized Fields
-
base
int[] base
base array of the Double Array Trie structure -
check
int[] check
check array of the Double Array Trie structure -
fail
int[] fail
fail table of the Aho Corasick automata -
l
int[] l
the length of every key -
output
int[][] output
output table of the Aho Corasick automata -
size
int size
the size of base and check array -
v
V[] v
outer value array
-
-
-