RandomWord

RandomWord[]

一般的な単語をランダムに与える.

RandomWord[n]

n 個のランダムな単語のリストを与える.

RandomWord[type]

指定された type の単語をランダムに与える.

RandomWord[type,n]

指定された type の単語 n 個のランダムなリストを与える.

詳細とオプション

  • サポートされるタイプ
  • "CommonWords"一般的な単語の原形(デフォルト)
    "KnownWords"辞書に含まれる既知の単語の原形
    pos指定された品詞の一般的な単語
    {"type",pos}品詞でフィルターされた,単語の屈折形,既知の単語等
    "Stopwords"「the」のような,通常重要とはみなされない単語
  • 品詞は"GrammaticalUnit"実体あるいは文字列として与えることができる.
  • 基本的な品詞には,"Noun""Verb""Adjective""Adverb""Preposition""Conjunction""Pronoun""Determiner""Interjection"がある.
  • RandomWordは,WordList中の使用可能な単語から選択する.
  • RandomWordは,次のオプションをサポートする.
  • IncludeInflections False単語の屈折形を含めるかどうか
    Language $Language使用する言語

例題

すべて開くすべて閉じる

  (4)

ランダムに選ばれた一般的な単語:

ランダムに選ばれた普通名詞:

ランダムに選ばれた4つの一般的な副詞:

既知の単語から選択された6つの形容詞:

オプション  (2)

Language  (1)

スペイン語からランダムに単語を得る:

言語指定は,文字列あるいは"Language"実体でよい:

IncludeInflections  (1)

IncludeInflections->Trueとすると,屈折形も結果に含まれるようになる:

IncludeInflections->Falseとすると,屈折していない単語のみが返される:

特性と関係  (2)

SeedRandomを使って反復可能な値をランダムに得る:

BlockRandomを使ってRandomWordのある使用が他に影響しないようにする:

Wolfram Research (2015), RandomWord, Wolfram言語関数, https://reference.wolfram.com/language/ref/RandomWord.html.

テキスト

Wolfram Research (2015), RandomWord, Wolfram言語関数, https://reference.wolfram.com/language/ref/RandomWord.html.

CMS

Wolfram Language. 2015. "RandomWord." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RandomWord.html.

APA

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

BibTeX

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

BibLaTeX

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