現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
[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 (2026). dictionary (https://jp.mathworks.com/matlabcentral/fileexchange/5408-dictionary), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: spellcheck
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
