Check if a wordString is a known English word. Uses an accurate list of English words and their conjugations.
returnedBoolean = spellword(wordString)
returnedBoolean - type: bool
wordString - type: str
The word list used by spellword is currently not subject to user modification. But, as always, you can add passes to do any specialized vocabulary handling for your analyzer.
spellcandidates, strspellcandidate, spellcorrect, strspellcompare, Spelling Functions