mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Extras require mecab (#3024)
* Add note that Unidic is required for Japanese This addresses #3001. -POLM * Add extras_require for mecab with old version Related to issue #3018. * mecab → ja Co-Authored-By: polm <polm@dampfkraft.com>
This commit is contained in:
parent
7fcd6419ff
commit
7dd21b66d5
3
setup.py
3
setup.py
|
@ -217,7 +217,8 @@ def setup_package():
|
|||
'cuda90': ['cupy-cuda90>=4.0', 'thinc_gpu_ops>=0.0.3,<0.1.0'],
|
||||
'cuda91': ['cupy-cuda91>=4.0', 'thinc_gpu_ops>=0.0.3,<0.1.0'],
|
||||
'cuda92': ['cupy-cuda92>=4.0', 'thinc_gpu_ops>=0.0.3,<0.1.0'],
|
||||
'cuda100': ['cupy-cuda100>=4.0', 'thinc_gpu_ops>=0.0.3,<0.1.0']
|
||||
'cuda100': ['cupy-cuda100>=4.0', 'thinc_gpu_ops>=0.0.3,<0.1.0'],
|
||||
'ja': ['mecab-python3==0.7']
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
Loading…
Reference in New Issue
Block a user