<emit source="spellcheck"></emit>
Provided by module: Tags: Spell checker
Lists from a text words that are not found in a
dictionary using aspell.
Attributes
- text="string"
-
The text to be spell checked. Tags are allowed in the text.
- dict="string"
-
Optionally select a dictionary.
- error="string"
-
Variable to set if an error occurs.
-
&_.offset; (provided by Tags: Spell checker)
Character offset to the word in the text.
-
&_.suggestions; (provided by Tags: Spell checker)
If present, a comma and space separated list of suggested word replacements.
-
&_.word; (provided by Tags: Spell checker)
The word not found in the dictionary.