gideon0709

Results 2 comments of gideon0709

SORRY...我發現SetStopWords是設定停用字詞的文字檔路徑 不是拿來使用類似動態新增字詞的功能 可否也新增一個功能是動態新增停用字詞呢? (類似JiebaSegmenter.AddWord) 謝謝

public void AddStopWords(string Word) { if (!StopWords.Contains(Word)) { StopWords.Add(Word.Trim()); } } 您好,我自己解決了,加了一個函數 但不知道如何更新GitHub上 若您覺得可以使用,就請您再更新囉 謝謝