dictionary

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 (2026). dictionary (https://jp.mathworks.com/matlabcentral/fileexchange/5408-dictionary), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: spellcheck

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0