public static class NoisyChannelSpellChecker.Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Correction[] |
corrections |
double |
cutoffScore |
static NoisyChannelSpellChecker.Result |
EMPTY |
| Constructor and Description |
|---|
Result(Correction[] corrections,
double cutoffScore) |
public static final NoisyChannelSpellChecker.Result EMPTY
public final Correction[] corrections
public final double cutoffScore
public Result(Correction[] corrections, double cutoffScore)