Seite 1 von 1

[Module] SpellCheck (all OS)

Verfasst: 26.06.2019 16:07
von Thorsten1867
SpellCheck - Module (all OS / 64Bit)

Ü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
Download: SpellCheckModule.pbi

Re: [Module] SpellCheck (all OS)

Verfasst: 27.07.2019 20:10
von Thorsten1867
Update: Korrekturvorschläge auf der Basis der "Damerau-Levenshtein-Distanz"