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 of their sub-words is 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 spelled correctly. 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