SpellingOptions

SpellingOptions

スペルチェックを実行する際に使われるカテゴリを制御するノートブックオプションのグループである.

詳細

  • 典型的な用法はSpellingOptions->{opt1->val1,opt2->val2,}である.
  • 設定可能なサブオプション
  • "AlwaysSkip"{"SingleCharacterWords", "Numbers", "WordsWithNumbers", "WordsInAllCaps","WordsWithUnderscores","WordsWithInternalCapitals","WordsInURL"}スペルチェックで無視する単語の条件を指定
    "AlwaysStop"{"UncapitalizedStartOfSentence", "RepeatedWords"}スペルチェッカーが検証する条件を指定
    "WordSplitting"{"Hyphen"}スペルチェックの際に,指定した複合語を分割するかどうかを指定
    "AutoSpellCheckDelay"0.4タイプが終ってからスペルチェックが始まるまでの時間(単位:秒)
    "AutoSpellCheckPopupDelay"0.4スペルミスでハイライトされた単語上にマウスが来てから訂正を含むポップアップが現れるまでの時間(単位:秒)
    "MaxSuggestions"3単語上にマウスを置いて右クリックした時に与える変更案の最大数
    "MisspelledWordStyle""MisspelledWord"スペルミスの単語に適用するスタイル
  • "AlwaysSkip"は検査する条件のリストとして指定する.検証中の単語が,その条件のいずれかに該当する場合,スペルチェッカーはその単語を無視する.
  • "AlwaysStop"(常に止まる)と"AlwaysSkip"の条件が矛盾する場合は"AlwaysStop"が優先される.
  • "AlwaysSkip"の可能な設定値は"UncapitalizedStartOfSentence""RepeatedWords""SingleCharacterWords""Numbers""WordsWithNumbers""WordsInAllCaps""RomanNumerals""AlternateSpellings""CaseDifferences""EncliticForms""HyphenatedWords""WordsWithUnderscores""WordsWithInternalCapitals""WordsInURL".である.
  • "AlwaysStop"は検査する条件のリストとして指定する.検証中の単語が,その条件のいずれかに該当する場合,スペルチェッカーはその単語で止まる.
  • "AlwaysStop"の可能な設定値は"AlwaysSkip"と同じである.
  • スペルチェッカーが"WordSplitting"と指定されている複合語に遭遇すると,単語は分割されて,それぞれの語がスペルチェッカーで検証される.
  • "WordSplitting"の可能な設定には,"All""Hyphen""Underscore""InternalCapitals"がある.
  • "WordSplitting"->"All"とするとスペルチェッカーは単語の中の大文字,ハイフンの有無にかかわらず,すべての複合語を分割して検証する.例えば,「shortstop」という単語は「short」と「stop」に分けて検証される.

例題

  (1)

デフォルトで,ハイフンで繋がれた単語は分割されてスペルチェックされるが,下線で繋がれた単語は無視される:

下線で繋がれた単語も分割してスペルチェックする:

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

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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