spellcheck

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

Vous suivez désormais cette soumission

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

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

Citation pour cette source

Fahad Al Mahmood (2026). spellcheck (https://fr.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : dictionary, Text Twist Puzzle Solver

Catégories

En savoir plus sur Programming dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

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