spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.
ダウンロード: 3.7K
更新 2004/7/12

ライセンスの表示

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

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

引用

Fahad Al Mahmood (2024). spellcheck (https://www.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersProgramming についてさらに検索
謝辞

ヒントを与えたファイル: 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!