spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.
3,7K Descargas
Actualizado 12 jul 2004

Ver licencia

[status,suggestions] = spellcheck(text);
status = spellcheck(text);

Examples:
[status,suggestions] = spellcheck('Hellow');
status = spellcheck('Emirates');

Citar como

Fahad Al Mahmood (2026). spellcheck (https://es.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Programming en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: dictionary, Text Twist Puzzle Solver

Versión Publicado Notas de la versión
1.0.0.0

Fixed the 'no suggestions' result, thanks Sander Stepanov!