mirror of https://github.com/explosion/spaCy.git
parent
61f5c007a0
commit
d53c3fcbc1
1
setup.py
1
setup.py
|
@ -265,6 +265,7 @@ def setup_package():
|
||||||
# Language tokenizers with external dependencies
|
# Language tokenizers with external dependencies
|
||||||
"ja": ["mecab-python3==0.7"],
|
"ja": ["mecab-python3==0.7"],
|
||||||
"ko": ["natto-py==0.9.0"],
|
"ko": ["natto-py==0.9.0"],
|
||||||
|
"th": ["pythainlp>=2.0"],
|
||||||
},
|
},
|
||||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
|
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in New Issue