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

Compare with Current View Page History

Version 1 Current »

Description:SplitWords parameter regulates whether words if necessary should be treated as series of concatenated sub-words, and each sub-word is checked individually.
Parameter type:Boolean
Default value:0
Possible values:
  • 0 – words are checked entirely for spelling errors.
  • 1 – words if necessary are treated as series of concatenated sub-words, and each their sub-words are checked individually. Such words splitting takes place only if the original word is not found in the dictionary. In this case, the word will be considered as a correct if all its words containing two or more words are correctly spelled. For example, “dumptruckdriver” was not found in the dictionary, the engine makes an attempt to locate its valid sub-words (“dump”, “truck”, and “driver”). If all its sub-words are correctly spelled then the word “dumptruckdriver” will be considered as a correct one.

SplitWords option is intended for the use with languages which allow ad hoc concatenation of words (e.g. German, Finish, Danish, Swedish, Norwegian Bokmal).

<SplitWords>0</SplitWords>

  • No labels