spellword

Purpose

Check if a wordString is a known English word.  Uses an accurate list of English words and their conjugations.

Syntax

returnedBoolean = spellword(wordString)

returnedBoolean - type: bool
wordString - type: str

Returns

Remarks

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.

Example

See Also

spellcandidates, strspellcandidate, spellcorrect, strspellcompare, Spelling Functions