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.datasetComputationTime
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetCorrectSuggestions
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNotFoundSuggestions
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNumSamples
SuggestionChangesTestConfig.datasets
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetSuggestionPosSum
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetTextSize
Method parameters in org.languagetool.rules.spelling.suggestions with type arguments of type SuggestionChangesDatasetModifier and TypeMethodDescriptionvoid
SuggestionsChanges.trackExperimentResult
(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset> source, int position, int resultTextSize, long resultComputationTime)