| Package | Description |
|---|---|
| com.aliasi.spell |
Classes for spelling correction and edit distance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompiledSpellChecker
The
CompiledSpellChecker class implements a first-best
spell checker based on models of what users are likely to mean and
what errors they are likely to make in expressing their meaning. |
| Constructor and Description |
|---|
SpellEvaluator(SpellChecker checker)
Construct a spelling evaluator for the specified spell checker.
|
SpellEvaluator(SpellChecker checker,
ObjectToCounterMap<String> tokenCounter)
Construct a spelling evaluator for the specified spell checker
with the specified token counts.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.