TextWords

TextWords["string"]

string 中で単語として確認された文字の連なりのリストを与える.

TextWords["string",n]

string 中の最初の n 個の単語を与える.

詳細

  • string 中の文字で単語の一部として確認されなかったものは,TextWordsによって削除される.
  • TextWords[ContentObject[]]は,ContentObject中のテキストコンテンツから単語を与える.

例題

すべて開くすべて閉じる

  (3)

文字列を単語のリストに分割する:

TextWordsは単語を空白と同じく句読点でも区切る:

一塊のテキストから最初の10語を取り出す:

スコープ  (3)

TextWordsはハイフン付けを変えない:

称号,通貨,その他の構文単位は独立した単語として分割される:

ContentObjectから単語のリストを得る:

アプリケーション  (1)

ある詩から単語のWordCloudを作る:

特性と関係  (2)

TextWordsTextCases[,"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 Language. 2015. "TextWords." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/TextWords.html.

APA

Wolfram Language. (2015). TextWords. Wolfram Language & System Documentation Center. Retrieved from 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 ]}