| Package | Description |
|---|---|
| com.aliasi.dict |
Classes for handling dictionaries.
|
| Modifier and Type | Method and Description |
|---|---|
TrieDictionary<String> |
ApproxDictionaryChunker.dictionary()
Returns the trie dictionary underlying this chunker.
|
| Constructor and Description |
|---|
ApproxDictionaryChunker(TrieDictionary<String> dictionary,
TokenizerFactory tokenizerFactory,
WeightedEditDistance editDistance,
double distanceThreshold)
Construct an approximate dictionary chunker from the specified
dictionary, tokenizer factory, weighted edit distance and
distance bound.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.