Whether to check for compound words, setting this to true is essential for languages such as German which
allow for compound words.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool CheckCompoundWords { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool CheckCompoundWords { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property CheckCompoundWords As Boolean Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property CheckCompoundWords As Boolean Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool CheckCompoundWords { bool get (); void set (bool value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool CheckCompoundWords { bool get (); void set (bool value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member CheckCompoundWords : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member CheckCompoundWords : bool with get, set

Boolean

If this=false then LookUp("thesewordsarejoined") = false
If this=true then LookUp("thesewordsarejoined") = true
If this=false then LookUp("abcdef") = false
If this=true then LookUp("abcdef") = false
Setting this to true will degrade lookup performance
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331