public class FindSuggestionsFilter extends AbstractFindSuggestionsFilter
AbstractFindSuggestionsFilter.StringComparator
MAX_SUGGESTIONS
Constructor and Description |
---|
FindSuggestionsFilter() |
Modifier and Type | Method and Description |
---|---|
protected String |
cleanSuggestion(String s) |
protected List<String> |
getSpellingSuggestions(AnalyzedTokenReadings atr) |
protected Synthesizer |
getSynthesizer() |
protected Tagger |
getTagger() |
acceptRuleMatch, isSuggestionException
getOptional, getOptional, getPosition, getRequired, isMatchAtSentenceStart, matches
public FindSuggestionsFilter() throws IOException
IOException
protected Tagger getTagger()
getTagger
in class AbstractFindSuggestionsFilter
protected Synthesizer getSynthesizer()
getSynthesizer
in class AbstractFindSuggestionsFilter
protected List<String> getSpellingSuggestions(AnalyzedTokenReadings atr) throws IOException
getSpellingSuggestions
in class AbstractFindSuggestionsFilter
IOException
protected String cleanSuggestion(String s)
cleanSuggestion
in class AbstractFindSuggestionsFilter