-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please upload dependence parsing module #597
Comments
@htluandc2 Which version of underthesea are you using?
or use pip
The error you are facing is fixed in underthesea version 1.3.5 (Same as #540). You should update underthesea version
This image below is screenshot of my termial |
Thank you for your immediate support.
When I install without [deep]
My enviroment:
|
I faced the same result when using pip with zsh. I haven't figure out what is the problem here. For installation Update: Maybe it's the reason behind this error https://stackoverflow.com/a/30539963/772391 In my zsh environment, Quotation Mark
Please try with older verion of python, such as python 3.8 or 3.7. Then let me known what happens. I will invest this issue further in next release (1.4.0) Thank you :D |
Hi there, when i run:
from underthesea import dependency_parse
text = 'Tối 29/11, Việt Nam thêm 2 ca mắc Covid-19'
dependency_parse(text)
Then dependence file can not download.
Downloading: "https://github.com/undertheseanlp/underthesea/releases/download/v1.3-resources/vi-dp-v1a1.zip" to vi-dp-v1a1.zip
File /opt/homebrew/Caskroom/miniforge/base/envs/env_tf/lib/python3.9/urllib/request.py:641, in HTTPDefaultErrorHandler.http_error_default(self, req, fp, code, msg, hdrs)
640 def http_error_default(self, req, fp, code, msg, hdrs):
--> 641 raise HTTPError(req.full_url, code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
Please upload this file.
Thank you very much!
The text was updated successfully, but these errors were encountered: