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 spelled correctly.
<SplitHyphenatedWords>1</SplitHyphenatedWords>

  • No labels