Class SuggestionsOrdererFeatureExtractor

java.lang.Object
org.languagetool.rules.spelling.suggestions.SuggestionsOrdererFeatureExtractor
All Implemented Interfaces:
SuggestionsOrderer
Direct Known Subclasses:
XGBoostSuggestionsOrderer

public class SuggestionsOrdererFeatureExtractor extends Object implements SuggestionsOrderer
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