| Package | Description |
|---|---|
| com.aliasi.suffixarray |
Classes for spelling correction and edit distance.
|
| Modifier and Type | Method and Description |
|---|---|
Tokenization |
TokenSuffixArray.tokenization()
Returns the tokenization underlying this suffix array.
|
| Constructor and Description |
|---|
TokenSuffixArray(Tokenization tokenization)
Construct at token suffix array with no limit on suffix length
and the default document-boundary token.
|
TokenSuffixArray(Tokenization tokenization,
int maxSuffixLength)
Construct a suffix array from the specified tokenization, comparing
suffixes using up the specified maximum suffix length using the
default document-boundary token.
|
TokenSuffixArray(Tokenization tokenization,
int maxSuffixLength,
String documentBoundaryToken)
Construct a suffix array from the specified tokenization, comparing
suffixes using up the specified maximum suffix length using the
default document-boundary token.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.