spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.
3,7K download
Aggiornato 12 lug 2004

Visualizza la licenza

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

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

Cita come

Fahad Al Mahmood (2024). spellcheck (https://www.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Programming in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: dictionary, Text Twist Puzzle Solver

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

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