Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix and language fix.


Excerpt


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 spelled.


Note

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


Code Block
languagexml
themeEmacs
<SplitContractedWords>0</SplitContractedWords>


...