Versions Compared

Key

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


Excerpt


Description:StripPossessives parameter regulates whether possessive words endings 's and s' should be removed from the words before check spelling.
Parameter type:Boolean
Default value:1
Possible values:
  • 0 – possessive words forms are checked for spelling.
  • 1 – possessives of the form 's and s' are removed from words before check spelling.


Note

By default, the main language dictionaries do not contain possessive forms of words. Thus, it is highly recommended to have the StripPossessives parameter enabled.


Code Block
languagexml
themeEmacs
<StripPossessives>1</StripPossessives>


...