spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.
3,7K téléchargements
Mise à jour 12 juil. 2004

Afficher la licence

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

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

Citation pour cette source

Fahad Al Mahmood (2024). spellcheck (https://www.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Programming dans Help Center et MATLAB Answers
Remerciements

A inspiré : dictionary, Text Twist Puzzle Solver

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

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