TextWords

TextWords["string"]

给出 string 中识别为单词的字符串列表.

TextWords["string",n]

给出 string 中的前 n 个单词.

更多信息

范例

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

基本范例  (3)

将一个字符串切割成单词列表:

TextWords 根据标点符号和空格分隔单词:

获取一段文字的前 10 个单词:

范围  (3)

TextWords 保留连字符:

标题、货币和其他句法单元被细分为单独的单词:

ContentObject 获取单词列表:

应用  (1)

用一首诗中的单词制作一个 WordCloud

属性和关系  (2)

TextWords 等价于 TextCases[,"Word"]

TextStructure 将文本拆分为相同的单词:

可能存在的问题  (1)

TextWords 返回的单词是按结构识别出来的,可能不是字典中的单词:

Wolfram Research (2015),TextWords,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TextWords.html (更新于 2016 年).

文本

Wolfram Research (2015),TextWords,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TextWords.html (更新于 2016 年).

CMS

Wolfram 语言. 2015. "TextWords." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2016. https://reference.wolfram.com/language/ref/TextWords.html.

APA

Wolfram 语言. (2015). TextWords. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/TextWords.html 年

BibTeX

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

BibLaTeX

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