RandomWord

RandomWord[]

给出常用的伪随机单词.

RandomWord[n]

给出 n 个伪随机单词列表.

RandomWord[type]

给出指定 type 的伪随机单词.

RandomWord[type,n]

给出 n 个指定 type 的伪随机单词列表.

更多信息和选项

  • 支持下列类型:
  • "CommonWords"基本格式的常见单词(默认)
    "KnownWords"基本格式的已知字典单词
    pos可以是给出词类的常见单词
    {"type",pos}按照词类过滤的变化单词、已知单词等
    "Stopwords"通常考虑为非显著单词,比如 "the"
  • 词类可以 "GrammaticalUnit" 实体或者字符串给出.
  • 核心词类是:"Noun""Verb""Adjective""Adverb""Preposition""Conjunction""Pronoun" "Determiner""Interjection".
  • RandomWordWordList 中可用的单词选择.
  • RandomWord 支持下列选项:
  • IncludeInflections False是否包括词形变化
    Language $Language使用何种语言

范例

打开所有单元关闭所有单元

基本范例  (4)

随机常见单词:

随机常见名词:

四个随机常见副词:

从已知单词选择六个随机形容词:

选项  (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 语言. 2015. "RandomWord." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/RandomWord.html.

APA

Wolfram 语言. (2015). RandomWord. Wolfram 语言与系统参考资料中心. 追溯自 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: 22-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: 22-November-2024 ]}