diff --git a/jieba/dict.txt b/jieba/dict.txt index f3c1779..6459ca4 100644 --- a/jieba/dict.txt +++ b/jieba/dict.txt @@ -62,6 +62,9 @@ T型台 3 n T台 3 n 江南style 3 n 江南Style 3 n +1号店 3 n +小S 3 nr +大S 3 nr 阿Q 3 n 一 217830 m 一一 1670 m diff --git a/test/test.py b/test/test.py index 4d35dc1..868011f 100644 --- a/test/test.py +++ b/test/test.py @@ -97,3 +97,4 @@ if __name__ == "__main__": cuttest('枪杆子中出政权') cuttest('张三风同学走上了不归路') cuttest('阿Q腰间挂着BB机手里拿着大哥大,说:我一般吃饭不AA制的。') + cuttest('在1号店能买到小S和大S八卦的书。')