; 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
This is nice.. But how can you show the correct suggestions?
Thanks
WARNING: I dont know what I am doing! I just put stuff here and there and sometimes like magic it works. So please improve on my code and post your changes so I can learn more. TIA
I may be stupid, but trying to start it tells me "DamerauLevenshteinDistance" is not a function, array etc.
And I can't find the function in the source. Do I need any addon?
jacdelad wrote: Mon Jul 19, 2021 6:13 pm
I may be stupid, but trying to start it tells me "DamerauLevenshteinDistance" is not a function, array etc.
And I can't find the function in the source. Do I need any addon?
Sorry to revive such an old thread, but this stumped me today ,and I just found the solution, so thought I'd share for anyone in the future. viewtopic.php?p=539717&hilit=DamerauLevenshtein Distance#p539717