Method TransformWord
TransformWord(string)
Implement this method to perform transformations on loaded words from the dictionary. Return null to reject the word from the dictionary.
public abstract string TransformWord(string word)
Parameters
wordstringThe word to transform
Returns
- string
The transformed version of the word, or null to reject.