1
NHunspell.Hunspell hunspell = new NHunspell.Hunspell(".affPath", ".dicPath");
String[] words = GetUserWords();
foreach (String word in words)
hunspell.Add(word);
到NHunspell(的hunspell的.NET端口)添加的話如果我需要從對象中刪除一個字?有沒有辦法從NHunspell對象中刪除一個單詞,而不必創建一個新單詞並再次添加自定義單詞?
謝謝。我期待着下一個版本! – Kevin 2013-04-01 18:54:49