Keyoti RapidSpell Web .NET Help Docs
CheckCompoundWords Property
API DocumentationKeyoti.RapidSpellRapidSpellCheckerCheckCompoundWords
Keyoti RapidSpell Web .NET
Whether to check for compound words, setting this to true is essential for languages such as German which allow for compound words.
Declaration Syntax
C#Visual BasicVisual C++
public bool CheckCompoundWords { get; set; }
Public Property CheckCompoundWords As Boolean
public:
virtual property bool CheckCompoundWords {
	bool get () sealed;
	void set (bool value) sealed;
}
Remarks
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 by a maximum of approx. 100[1-1/n] percent (where n is the number of letters in the word) for misspelt words. There is no preformance degredation for correctly spelt words. On average for texts with mostly correctly spelt words the performance degredation for the Check method is roughly 25%.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625