[]
Interface that must be implemented by custom spell-check parsers.
public interface ISpellParser
Name | Description |
---|---|
FilterWord(string) | Method that filters any unwanted characters out of a string to be checked. |
GetNextWord(string, int, IgnoreOptions, string) | Method that retrieves the next word to spell-check in a string. |