| Package | Description |
|---|---|
| com.aliasi.dict |
Classes for handling dictionaries.
|
| com.aliasi.spell |
Classes for spelling correction and edit distance.
|
| Class and Description |
|---|
| WeightedEditDistance
The
WeightedEditDistance class implements both the
proximity and distance interfaces based on the negative proximity
weights assigned to independent atomic edit operations. |
| Class and Description |
|---|
| JaroWinklerDistance
The
JaroWinklerDistance class implements the original
Jaro string comparison as well as Winkler's modifications. |
| SpellChecker
The
SpellChecker interface specifies a single method
for first-best spelling correction. |
| TokenizedDistance
The
TokenizedDistance class provides an underlying
implementation of string distance based on comparing sets of
tokens. |
| WeightedEditDistance
The
WeightedEditDistance class implements both the
proximity and distance interfaces based on the negative proximity
weights assigned to independent atomic edit operations. |
Copyright © 2019 Alias-i, Inc.. All rights reserved.