AffixUtility.AddPrefix Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixUtility.AddPrefix Method 

Adds a prefix to a word

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

Parameters

word

The word to add the prefix to

rule

The AffixRule to use when adding the prefix

Return Value

The word with the prefix added

See Also

AffixUtility Class | NetSpell.SpellChecker.Dictionary.Affix Namespace