StopWordDictionary

StopWordDictionary class

表示停用词字典。

public class StopWordDictionary : DictionaryBase, IEnumerable<string>

特性

姓名 描述
Count { get; } 获取停用词的个数StopWordDictionary.

方法

姓名 描述
AddRange(IEnumerable<string>) 将指定的单词集合添加到该实例StopWordDictionary.
AddRange(string[]) 将指定的单词集合添加到该实例StopWordDictionary.
Clear() 从 a 中删除所有单词StopWordDictionary对象.
Contains(string) 确定是否StopWordDictionary对象包含指定的词。
ExportDictionary(string) 将字典导出到具有指定名称的文件。
GetEnumerator() 返回一个遍历集合的枚举器。
ImportDictionary(string) 从指定文件导入字典。
RemoveRange(IEnumerable<string>) 从此实例中删除指定的单词集合StopWordDictionary.
RemoveRange(string[]) 从此实例中删除指定的单词集合StopWordDictionary.

评论

了解更多

也可以看看