spellcheck

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

Sie verfolgen jetzt diese Einreichung

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

Quellenangaben

Inspiriert: dictionary, Text Twist Puzzle Solver

Kategorien

Mehr zu Programming finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

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