Class | Description |
---|---|
EdgeNGramTokenFilter |
Tokenizes the given token into n-grams of given size(s).
|
EdgeNGramTokenizer |
Tokenizes the input from an edge into n-grams of given size(s).
|
NGramTokenFilter |
Tokenizes the input into n-grams of the given size(s).
|
NGramTokenizer |
Tokenizes the input into n-grams of the given size(s).
|
Enum | Description |
---|---|
EdgeNGramTokenFilter.Side |
Specifies which side of the input the n-gram should be generated from
|
EdgeNGramTokenizer.Side |
Specifies which side of the input the n-gram should be generated from
|