0

I am using the Hunspell SpellEngine class and want to add custom words to one of the underlying Hunspell languages but cannot seem to find a method or property that will return a Hunspell() instance. For example, I create a LanguageConfig for en-US, add it to the SpellEngine but then I have no way via

SpellEngine["en-US"].

To add words to it as I would via

Hunspell h = new Hunspell();
h.Add(word);
4

1 回答 1

1

我将添加此功能并发布一个新包

于 2015-02-27T13:25:58.340 回答