spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.

Ahora está siguiendo esta publicación

[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 .

Agradecimientos

Inspiración para: dictionary, Text Twist Puzzle Solver

Categorías

Más información sobre Programming en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

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