dictionary
Versión 1.0.0.0 (1,72 KB) por
Fahad Al Mahmood
Checks the spelling status of word(s) and returns synonyms if found.
[status,synonyms] = dictionary(text);
status = dictionary(text);
text: word(s) separated by a single space.
status: returns '1' if word(s) exist in dictionary or '0' otherwise.
synonyms: an array of synonyms of word(s) or otherwise returns a message 'No Synonyms Found!' or 'Incorrect Spelling!'.
Examples:
[status,synonyms] = dictionary('peddler');
[status,synonyms] = dictionary('walk match ground');
status = dictionary('hysteria');
Citar como
Fahad Al Mahmood (2026). dictionary (https://es.mathworks.com/matlabcentral/fileexchange/5408-dictionary), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre ActiveX en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspirado por: spellcheck
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
