Uses of Class
org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
-
Packages that use SuggestionChangesExperiment Package Description org.languagetool.rules.spelling.suggestions -
-
Uses of SuggestionChangesExperiment in org.languagetool.rules.spelling.suggestions
Methods in org.languagetool.rules.spelling.suggestions that return SuggestionChangesExperiment Modifier and Type Method Description @Nullable SuggestionChangesExperiment
SuggestionsChanges. getCurrentExperiment()
Methods in org.languagetool.rules.spelling.suggestions that return types with arguments of type SuggestionChangesExperiment Modifier and Type Method Description List<SuggestionChangesExperiment>
SuggestionsChanges. getExperiments()
Methods in org.languagetool.rules.spelling.suggestions with parameters of type SuggestionChangesExperiment Modifier and Type Method Description void
SuggestionsChanges. setCurrentExperiment(@Nullable 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 nameMethod parameters in org.languagetool.rules.spelling.suggestions with type arguments of type SuggestionChangesExperiment Modifier and Type Method Description void
SuggestionsChanges. trackExperimentResult(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset> source, int position, int resultTextSize, long resultComputationTime)
-