respell_do()

extern KADMOS_ERROR KADMOS_API respell_do(ReSpellData *rsd);
      

Parameter:

rsd
Pointer to a with respell_init() initialized structure ReSpellData.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

Verify or improve the results of rel_do() or rep_do() by a look up in the connected dictionary. respell_do() returns its results in the same convention as rel_do(). But here the provided alternatives are the words from the dictionary, if found.

Reference: