remove spacy dependence
Showing
| ... | @@ -9,11 +9,8 @@ numpy>=1.21.6 | ... | @@ -9,11 +9,8 @@ numpy>=1.21.6 |
| pandas>=1.3.5 | pandas>=1.3.5 | ||
| pycld2>=0.41 | pycld2>=0.41 | ||
| regex>=2023.12.25 | regex>=2023.12.25 | ||
| spacy>=3.7.4 | |||
| termcolor>=2.4.0 | termcolor>=2.4.0 | ||
| wordninja>=2.0.0 | wordninja>=2.0.0 | ||
| en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl | |||
| zh_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/zh_core_web_sm-3.7.0/zh_core_web_sm-3.7.0-py3-none-any.whl | |||
| scikit-learn>=1.0.2 | scikit-learn>=1.0.2 | ||
| nltk==3.8.1 | nltk==3.8.1 | ||
| s3pathlib>=2.1.1 | s3pathlib>=2.1.1 | ||
| ... | ... |
Please register or sign in to comment