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" 设置,如果两个选项同时设置相同条件.
  • "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 语言. 1999. "SpellingOptions." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/SpellingOptions.html.

APA

Wolfram 语言. (1999). SpellingOptions. Wolfram 语言与系统参考资料中心. 追溯自 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 ]}