public class FindSuggestionsFilter extends AbstractFindSuggestionsFilter
AbstractFindSuggestionsFilter.StringComparatorMAX_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, isSuggestionExceptiongetOptional, getOptional, getPosition, getRequired, isMatchAtSentenceStart, matchespublic FindSuggestionsFilter()
throws IOException
IOExceptionprotected Tagger getTagger()
getTagger in class AbstractFindSuggestionsFilterprotected Synthesizer getSynthesizer()
getSynthesizer in class AbstractFindSuggestionsFilterprotected List<String> getSpellingSuggestions(AnalyzedTokenReadings atr) throws IOException
getSpellingSuggestions in class AbstractFindSuggestionsFilterIOExceptionprotected String cleanSuggestion(String s)
cleanSuggestion in class AbstractFindSuggestionsFilter