113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
### Parse text and get errors
oGrammalecteAPI.parseText(text, "node_id")
oGrammalecteAPI.parseText(text, node)
The node must have an identifier.
Like with parseNode, results (for each paragraph) will be sent in a succession of events at the node.
### Get spelling suggestions
oGrammalecteAPI.getSpellingSuggestions(word, destination, request_identifier)
|
|
| 113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
### Parse text and get errors
oGrammalecteAPI.parseText(text, "node_id")
oGrammalecteAPI.parseText(text, node)
The node must have an identifier.
Like with `oGrammalecteAPI.parseNode()`, results (for each paragraph) will be sent in a succession of events at the node.
### Get spelling suggestions
oGrammalecteAPI.getSpellingSuggestions(word, destination, request_identifier)
|