Package | Description |
---|---|
org.languagetool.rules.spelling.suggestions |
Modifier and Type | Method and Description |
---|---|
SuggestionChangesExperiment |
SuggestionsChanges.getCurrentExperiment() |
Modifier and Type | Method and Description |
---|---|
List<SuggestionChangesExperiment> |
SuggestionsChanges.getExperiments() |
Modifier and Type | Method and Description |
---|---|
void |
SuggestionsChanges.setCurrentExperiment(SuggestionChangesExperiment experiment)
For testing changes to suggestion ordering using a data corpus;
iterate over experiments (including grid search for parameters)
original behavior (for A/B testing) can be modeled by an experiment without parameters and an arbitrary name
|
Modifier and Type | Method and Description |
---|---|
void |
SuggestionsChanges.trackExperimentResult(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset> source,
int position,
int resultTextSize,
long resultComputationTime) |