Description:SplitContractedWords parameter regulates whether apostrophes should if necessary be treated as word separators, and each sub-word is checked individually.
Parameter type:Boolean
Default value:0
Possible values:
  • 0 – words with apostrophes are checked as single words.
  • 1 – apostrophes are treated as words separators, and each sub-word checked individually. This word splitting will take place if the contracted form of the word is not found in the dictionary. In this case, the word will be considered as a correct if all its sub-words are spelled correctly.

SplitContractedWords option is intended for use with the languages which allow ad hoc contractions (e.g. French, Italian).

<SplitContractedWords>0</SplitContractedWords>

  • No labels