DictionaryLookup

DictionaryLookup[patt]

文字列パターン patt にマッチする英語の辞書中の単語を探す.

DictionaryLookup[patt,n]

見付かった単語の最初の n 個だけを返す.

DictionaryLookup[{"lang",patt}]

lang で指定された言語中の単語を探す.

詳細とオプション

  • デフォルトでは単語の語尾変化は考慮されないので,"jump","jumps","jumping"は別々の語とされる.
  • デフォルトで,単語は文中で使われるように表示される.オプション設定IgnoreCase->Trueとすると,大文字小文字が異なって用いられている単語も読み出される.
  • DictionaryLookup[]は辞書中のすべての語のリストを返す.
  • DictionaryLookup[All]は使用可能な辞書言語のリストを与える.
  • DictionaryLookup[{"lang",All}]は,言語辞書 lang にあるすべての語を検索する.
  • DictionaryLookup[{All,patt}]はすべての言語で patt にマッチする語を検索する.

例題

すべて開くすべて閉じる

  (2)

「abb」で始まるすべての英単語を探す:

「c」で始まり「n」で終り,中間に「ñ」があるすべてのスペイン語の単語を求める:

スコープ  (3)

「jumps」と「jumping」のような派生語は別々に現れる:

DictionaryLookupは文字列内のパターンをサポートする:

「z」で始まる最初の10個の単語:

一般化と拡張  (3)

辞書が使用できるすべての言語のリストを与える:

使用可能なすべての言語から「molecu」で始まる語を探す:

オランダ語とスペイン語の中で「molecula」で始まる語をすべて求める:

該当語を含むすべての言語を求める:

オプション  (1)

IgnoreCase  (1)

検索が大文字小文字の違いを見ないように指定する:

アプリケーション  (5)

各文字で始まる辞書中の単語数を求める:

辞書中のすべての回文配列の単語を求める:

英語でもありフランス語でもある回文構造のすべての単語を求める:

いくつの言葉が,「a」,「b」,「c」の可能な各置換形を含んでいるかを求める:

「a」から「e」までの文字を使って形成できる4文字の語をすべて求める:

辞書中のすべての語に最も近い関数を作る:

指定の語に最も近い単語を探す:

さらに探す:

おもしろい例題  (4)

どの単語がゲノム配列と紛らわしいかを求める:

「a」で始まる言葉を10個,辞書からランダムに拾い出す:

異なる言語からの単語のランダムな集合:

各言語の単語の長さのヒストグラムをプロットする:

Wolfram Research (2007), DictionaryLookup, Wolfram言語関数, https://reference.wolfram.com/language/ref/DictionaryLookup.html (2008年に更新).

テキスト

Wolfram Research (2007), DictionaryLookup, Wolfram言語関数, https://reference.wolfram.com/language/ref/DictionaryLookup.html (2008年に更新).

CMS

Wolfram Language. 2007. "DictionaryLookup." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/DictionaryLookup.html.

APA

Wolfram Language. (2007). DictionaryLookup. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DictionaryLookup.html

BibTeX

@misc{reference.wolfram_2024_dictionarylookup, author="Wolfram Research", title="{DictionaryLookup}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/DictionaryLookup.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_dictionarylookup, organization={Wolfram Research}, title={DictionaryLookup}, year={2008}, url={https://reference.wolfram.com/language/ref/DictionaryLookup.html}, note=[Accessed: 21-November-2024 ]}