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 (2024). spellcheck (https://www.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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

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