PreprocessingRules

PreprocessingRules

入力をどのように前処理するかを指定するオプションである.

詳細

  • PreprocessingRulesが与える規則は各式に適用される.
  • よく使われる設定
  • Automatic前処理の自動選択
    None前処理は行わない
    rules前処理規則の明示的な集合
  • PreprocessingRulesの規則にはパターンを使うことができる.

例題

すべて開くすべて閉じる

  (2)

特定の単語を前処理する:

パターンを使って入力単語を選択し,処理する:

スコープ  (2)

処理規則の初期設定を指定する:

初期設定の規則がないと,自動スタイリングが使われる:

すべてにデフォルトスタイルを使った場合と比較する:

アプリケーション  (3)

文字列を表示前にスペルチェックする:

実数を最も近い整数に丸める:

単語の語幹が与えられたときに,辞書中で最初に一致するものを取り出す関数を作る:

これを使ってWordCloudの入力を規則的にする:

動詞だけを返すように関数に修正を加える:

特性と関係  (2)

前処理によって単語が複数の単語に分割された場合,新たな単語には重みも伝播する:

単語が複数のパターンに一致するときは,最初に一致したものが使われる:

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

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_preprocessingrules, organization={Wolfram Research}, title={PreprocessingRules}, year={2017}, url={https://reference.wolfram.com/language/ref/PreprocessingRules.html}, note=[Accessed: 22-November-2024 ]}