AffixUtility.AddSuffix Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixUtility.AddSuffix Method 

Adds a suffix to a word

[Visual Basic]Public Shared Function AddSuffix( _
   ByVal word As String, _
   ByVal rule As AffixRule _
) As String
[C#]
public static string AddSuffix(
   string word,
   AffixRule rule
);

Parameters

word

The word to get the suffix added to

rule

The AffixRule to use when adding the suffix

Return Value

The word with the suffix added

See Also

AffixUtility Class | NetSpell.SpellChecker.Dictionary.Affix Namespace