5、 并集 集合的运算符!= 不等于 == 等于 in 成员for key in set 枚举示例:中文分词 我爱北京天
6、安门。我/爱/北京/天安门/。算法:正向最大匹配从左到右取尽可能长的词如:研究生命的起源研究生/命/的/起源“研究生”是词,且比“研究”更长加载词典:lexicon.dic示例:中文分词 正向最大匹配分词数据结构对比string list tuple set dictMutable Sequential Sortable SlicableIndex/key type Item/value type Search complexity 数据结构对比string list tuple set dictMutabl
7、e No Yes No Yes Yes Sequential Yes Yes Yes No No Sortable Yes Yes Yes No No SlicableYes Yes Yes No No Index/key type IntIntIntImmutImmutItem/value type Char Any Any No Any Search O(n) O(n) O(n) O(1) O(1) complexity