See: Description
Interface | Description |
---|---|
PhraseSuggestionBuilder.CandidateGenerator |
CandidateGenerator interface. |
WordScorer.WordScorerFactory |
Class | Description |
---|---|
CandidateGenerator | |
Correction | |
DirectCandidateGenerator | |
DirectCandidateGenerator.Candidate | |
DirectCandidateGenerator.CandidateSet | |
DirectCandidateGenerator.TokenConsumer | |
DirectCandidateGeneratorBuilder | |
Laplace |
An additive
smoothing model.
|
LinearInterpolatingScorer | |
LinearInterpolation |
Linear interpolation smoothing model.
|
MultiCandidateGeneratorWrapper | |
NoisyChannelSpellChecker | |
NoisyChannelSpellChecker.Result | |
PhraseSuggester | |
PhraseSuggestion |
Suggestion entry returned from the
PhraseSuggester . |
PhraseSuggestion.Entry | |
PhraseSuggestionBuilder |
Defines the actual suggest command for phrase suggestions ( phrase).
|
SmoothingModel | |
StupidBackoff |
A "stupid-backoff" smoothing model similar to Katz's
Backoff.
|
WordScorer |