From 6eb43acc104e77afc9ad56ce16b390515e3ec4dc Mon Sep 17 00:00:00 2001 From: fxsjy Date: Sun, 31 Aug 2014 20:01:54 +0800 Subject: [PATCH] pip install jieba3k --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd8b1bb..38db024 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from distutils.core import setup -setup(name='jieba', +setup(name='jieba3k', version='0.32', description='Chinese Words Segementation Utilities', author='Sun, Junyi',