Adds a suffix to a word
[Visual Basic]Public Shared Function AddSuffix( _
ByVal word As String, _
ByVal rule As AffixRule _
) As String
ByVal word As String, _
ByVal rule As AffixRule _
) As String
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