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
No description provided.
The text was updated successfully, but these errors were encountered:
What do you mean exactly? There is a script correcting common test sets (https://github.com/grammatical/neural-naacl2018/blob/master/models/evaluate.sh), from which you can extract a command to run on any input, e.g.:
cat text.err \ | bash preprocess.sh \ | $MARIAN/marian-decoder -c model/config.yml -d $GPUS -w 4000 --quiet \ | bash postprocess.sh \ > text.out
Sorry, something went wrong.
@snukky Should I tokenize error sentences first?
Yes, with the NLTK tokenizer.
Thank you!
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: