Uses of Class
org.languagetool.rules.spelling.suggestions.SuggestionChangesDataset
Packages that use SuggestionChangesDataset
-
Uses of SuggestionChangesDataset in org.languagetool.rules.spelling.suggestions
Fields in org.languagetool.rules.spelling.suggestions with type parameters of type SuggestionChangesDatasetModifier and TypeFieldDescriptionprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Long> SuggestionsChanges.datasetComputationTimeprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetCorrectSuggestionsprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNotFoundSuggestionsprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNumSamplesSuggestionChangesTestConfig.datasetsprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetSuggestionPosSumprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetTextSizeMethod parameters in org.languagetool.rules.spelling.suggestions with type arguments of type SuggestionChangesDatasetModifier and TypeMethodDescriptionvoidSuggestionsChanges.trackExperimentResult(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset> source, int position, int resultTextSize, long resultComputationTime)