You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description:SplitHyphenatedWords parameter regulates whether hyphens (“-”) should be treated as words separators where each sub-word is checked individually.
Parameter type:Boolean
Default value:1
Possible values:
  • 0 – hyphenated words are checked as single words.
  • 1 – hyphens are treated as word separators, and each sub-word is checked individually. This type of words splitting takes place only if the hyphenated form of the word does not exist. The word is considered to be correct if all its sub-words are correctly spelled.
<SplitHyphenatedWords>1</SplitHyphenatedWords>

  • No labels