spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.
3,7K Downloads
Aktualisiert 12. Jul 2004

Lizenz anzeigen

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

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Programming finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: dictionary, Text Twist Puzzle Solver

Version Veröffentlicht Versionshinweise
1.0.0.0

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