[Module] SpellCheck (all OS)
Verfasst: 26.06.2019 16:07
SpellCheck - Module (all OS / 64Bit)
Überprüfen der Rechtschreibung & Korrekturvorschläge (Damerau-Levenshtein-Distance)
Download: SpellCheckModule.pbi
Überprüfen der Rechtschreibung & Korrekturvorschläge (Damerau-Levenshtein-Distance)
Code: Alles auswählen
; SpellCheck::AddToUserDictionary() - add a word to the user dictionary
; SpellCheck::ClearCheckedWords() - clears all check words from map
; SpellCheck::CorrectionSuggestions() - returns a list with correction suggestions (Damerau-Levenshtein-Distance)
; SpellCheck::FreeDictionary() - removes dictionary from memory
; SpellCheck::LoadDictionary() - loads a dictionary
; SpellCheck::Query() - returns whether a word is right, misspelled or unknown.
; SpellCheck::SaveUserDictionary() - saves user dictionary
; SpellCheck::Text() - checks a text for spelling mistakes
; SpellCheck::Word() - checks if a word is spelled correctly