spellcheck
バージョン 1.0.0.0 (1.81 KB) 作成者:
Fahad Al Mahmood
This function checks the spelling of a word and returns suggestions if misspelled.
[status,suggestions] = spellcheck(text);
status = spellcheck(text);
Examples:
[status,suggestions] = spellcheck('Hellow');
status = spellcheck('Emirates');
引用
Fahad Al Mahmood (2025). spellcheck (https://jp.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
謝辞
ヒントを与えたファイル: dictionary, Text Twist Puzzle Solver
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 | Fixed the 'no suggestions' result, thanks Sander Stepanov! |
