* Require Jieba Chinese tokenizer and tagger

This commit is contained in:
Matthew Honnibal 2016-04-28 14:33:22 +02:00
parent 1ede19c75a
commit 38af2941ca
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,4 @@ six
ujson
cloudpickle
sputnik>=0.9.2,<0.10.0
jieba

View File

@ -193,7 +193,8 @@ def setup_package():
'plac',
'six',
'cloudpickle',
'sputnik>=0.9.2,<0.10.0'],
'sputnik>=0.9.2,<0.10.0',
'jieba'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',