mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Require Jieba Chinese tokenizer and tagger
This commit is contained in:
parent
1ede19c75a
commit
38af2941ca
|
@ -10,3 +10,4 @@ six
|
||||||
ujson
|
ujson
|
||||||
cloudpickle
|
cloudpickle
|
||||||
sputnik>=0.9.2,<0.10.0
|
sputnik>=0.9.2,<0.10.0
|
||||||
|
jieba
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -193,7 +193,8 @@ def setup_package():
|
||||||
'plac',
|
'plac',
|
||||||
'six',
|
'six',
|
||||||
'cloudpickle',
|
'cloudpickle',
|
||||||
'sputnik>=0.9.2,<0.10.0'],
|
'sputnik>=0.9.2,<0.10.0',
|
||||||
|
'jieba'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user