WordDictionary.ExpandWord Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

WordDictionary.ExpandWord Method 

Expands an affix compressed base word

[Visual Basic]Public Function ExpandWord( _
   ByVal word As Word _
) As ArrayList
[C#]
public ArrayList ExpandWord(
   Word word
);

Parameters

word

The word to expand

Return Value

A System.Collections.ArrayList of words expanded from base word

See Also

WordDictionary Class | NetSpell.SpellChecker.Dictionary Namespace