We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to run download_data.sh, I get an 404 error:
download_data.sh
--2024-05-10 00:24:46-- https://opus.nlpl.eu/download.php?f=SETIMES/v2/moses/en-tr.txt.zip 2024-05-10 00:24:47 ERROR 404: Not Found.
Apparently, the file path changed?
# wget http://opus.nlpl.eu/download.php?f=SETIMES/v2/moses/en-tr.txt.zip -O en-tr.zip wget https://object.pouta.csc.fi/OPUS-SETIMES/v2/moses/en-tr.txt.zip -O en-tr.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I try to run
download_data.sh
, I get an 404 error:Apparently, the file path changed?
The text was updated successfully, but these errors were encountered: