Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
Packages that use SuggestionStage
-
Uses of SuggestionStage in org.languagetool.rules.spelling.symspell.implementation
Methods in org.languagetool.rules.spelling.symspell.implementation with parameters of type SuggestionStageModifier and TypeMethodDescriptionvoidSymSpell.commitStaged(SuggestionStage staging) Commit staged dictionary additions. Used when you write your own process to load multiple words into the dictionary, and as part of that process, you first created a SuggestionsStage object, and passed that to createDictionaryEntry calls. The SymSpell.SuggestionStage object storing the staged data.booleanSymSpell.createDictionaryEntry(String key, long count, SuggestionStage staging) Create/Update an entry in the dictionary. For every word there are deletes with an edit distance of 1..maxEditDistance created and added to the dictionary.