Keyoti RapidSpell Web .NET Help Docs
FindCompoundWords Method (text, subwords)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerFindCompoundWords(String, IList)
Keyoti RapidSpell Web .NET
Finds the compound words in text and puts them in subwords, set subwords to null/nothing to just find if text has compound word formation.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool FindCompoundWords(
	string text,
	IList subwords
)
Public Overridable Function FindCompoundWords ( _
	text As String, _
	subwords As IList _
) As Boolean
public:
virtual bool FindCompoundWords(
	String^ text, 
	IList^ subwords
)
Parameters
text (String)
The text to find compound words in
subwords (IList)
A list that formative sub-words will be added to, can be null/nothing.
Return Value
True if text is entirely formed from compound words, False if not.
Remarks
Only adds words to list if all are valid. In other words, this will not find all words that are part of text, but only the words that all make up text.

Eg. "catchmentarea" has words "catchment" and "area" but not "cat", "me" etc.

The order of the words in the list is the reverse of their order in text.
Exceptions
ExceptionCondition
ArgumentNullExceptionif text is null

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