| Interface | Description |
|---|---|
| SuggestionsOrderer | |
| SuggestionsRanker |
Implementing classes must provide confidence values with the SuggestedReplacement objects returned by orderSuggestions
|
| Class | Description |
|---|---|
| SuggestionChangesExperiment | |
| SuggestionChangesTest |
needs to run with classpath of languagetool-standalone (needs access to language modules)
configure via JSON file, format specified in SuggestionChangesTestConfig.java
specify path via JVM parameter -Dconfig=...
|
| SuggestionsChanges |
Helper class for SuggestionChangesTest, tracks experiment configuration and results
Rules should use getInstance() !
|
| SuggestionsOrdererFeatureExtractor |
Computes features that can be stored for training a model to rank suggestions,
or when using the same model for prediction
Used directly by SuggestionChangesTest for the former,
and as a superclass for the latter
|