Uses of Class
org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
Packages that use SuggestionChangesExperiment
-
Uses of SuggestionChangesExperiment in org.languagetool.rules.spelling.suggestions
Methods in org.languagetool.rules.spelling.suggestions that return SuggestionChangesExperimentModifier and TypeMethodDescription@Nullable SuggestionChangesExperimentSuggestionsChanges.getCurrentExperiment()Methods in org.languagetool.rules.spelling.suggestions that return types with arguments of type SuggestionChangesExperimentMethods in org.languagetool.rules.spelling.suggestions with parameters of type SuggestionChangesExperimentModifier and TypeMethodDescriptionvoidSuggestionsChanges.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 SuggestionChangesExperimentModifier and TypeMethodDescriptionvoidSuggestionsChanges.trackExperimentResult(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset> source, int position, int resultTextSize, long resultComputationTime)