dictionary
版本 1.0.0.0 (1.7 KB) 作者:
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');
引用格式
Fahad Al Mahmood (2024). dictionary (https://www.mathworks.com/matlabcentral/fileexchange/5408-dictionary), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R13
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 ActiveX 的更多信息
标签
致谢
参考作品: spellcheck
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |