From 4c17480195f12ea0085af3223f900beefddf262a Mon Sep 17 00:00:00 2001 From: mozhonglin Date: Wed, 18 Dec 2019 14:48:45 +0800 Subject: [PATCH] change to alphabet filename --- README.md | 11 +++++++---- ...50\257\215\350\241\250.txt" => baidu_stopwords.txt | 0 ...0\350\257\215\350\241\250.txt" => cn_stopwords.txt | 0 ...\350\257\215\350\241\250.txt" => hit_stopwords.txt | 0 ...\350\257\215\345\272\223.txt" => scu_stopwords.txt | 0 5 files changed, 7 insertions(+), 4 deletions(-) rename "\347\231\276\345\272\246\345\201\234\347\224\250\350\257\215\350\241\250.txt" => baidu_stopwords.txt (100%) rename "\344\270\255\346\226\207\345\201\234\347\224\250\350\257\215\350\241\250.txt" => cn_stopwords.txt (100%) rename "\345\223\210\345\267\245\345\244\247\345\201\234\347\224\250\350\257\215\350\241\250.txt" => hit_stopwords.txt (100%) rename "\345\233\233\345\267\235\345\244\247\345\255\246\346\234\272\345\231\250\346\231\272\350\203\275\345\256\236\351\252\214\345\256\244\345\201\234\347\224\250\350\257\215\345\272\223.txt" => scu_stopwords.txt (100%) diff --git a/README.md b/README.md index 55875ad..b35f256 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 中文常用停用词表 -- 中文停用词表.txt -- 哈工大停用词表.txt -- 百度停用词表.txt -- 四川大学机器智能实验室停用词库.txt + +| 词表名 | 词表文件 | +| - | - | +| 中文停用词表 | cn\_stopwords.txt | +| 哈工大停用词表 | hit\_stopwords.txt | +| 百度停用词表 | baidu\_stopwords.txt | +| 四川大学机器智能实验室停用词库 | scu\_stopwords.txt | diff --git "a/\347\231\276\345\272\246\345\201\234\347\224\250\350\257\215\350\241\250.txt" b/baidu_stopwords.txt similarity index 100% rename from "\347\231\276\345\272\246\345\201\234\347\224\250\350\257\215\350\241\250.txt" rename to baidu_stopwords.txt diff --git "a/\344\270\255\346\226\207\345\201\234\347\224\250\350\257\215\350\241\250.txt" b/cn_stopwords.txt similarity index 100% rename from "\344\270\255\346\226\207\345\201\234\347\224\250\350\257\215\350\241\250.txt" rename to cn_stopwords.txt diff --git "a/\345\223\210\345\267\245\345\244\247\345\201\234\347\224\250\350\257\215\350\241\250.txt" b/hit_stopwords.txt similarity index 100% rename from "\345\223\210\345\267\245\345\244\247\345\201\234\347\224\250\350\257\215\350\241\250.txt" rename to hit_stopwords.txt diff --git "a/\345\233\233\345\267\235\345\244\247\345\255\246\346\234\272\345\231\250\346\231\272\350\203\275\345\256\236\351\252\214\345\256\244\345\201\234\347\224\250\350\257\215\345\272\223.txt" b/scu_stopwords.txt similarity index 100% rename from "\345\233\233\345\267\235\345\244\247\345\255\246\346\234\272\345\231\250\346\231\272\350\203\275\345\256\236\351\252\214\345\256\244\345\201\234\347\224\250\350\257\215\345\272\223.txt" rename to scu_stopwords.txt