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
The addition of moses preprocess option to OpusRead caused problems for OpusFilter, see Helsinki-NLP/OpusFilter#75.
Found so far:
exit()
download_dir
util.file_open()
The text was updated successfully, but these errors were encountered:
svirpioj
Successfully merging a pull request may close this issue.
The addition of moses preprocess option to OpusRead caused problems for OpusFilter, see Helsinki-NLP/OpusFilter#75.
Found so far:
exit()
on line 212 breaks the interface used from external codedownload_dir
is added to the final output files in contrast to what happens with other preprocess optionsutil.file_open()
is not used but the files are just moved, thus lacking compression that can be indicated in the output file namesThe text was updated successfully, but these errors were encountered: