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
hello, I hope to participate in the WMT19 QE task when I run
cd sample-data/ java -jar ../tercom.jar -r ref.txt -h hyp.txt > out.txt
Error: unable to find or load the main class ter.tertest then I change build.xml 28line
<attribute name="Main-Class" value="ter.TERtest" />
to
<attribute name="Main-Class" value="ter.TER" />
it's OK
The text was updated successfully, but these errors were encountered:
hello, I hope to participate in the WMT19 QE task when I run cd sample-data/ java -jar ../tercom.jar -r ref.txt -h hyp.txt > out.txt Error: unable to find or load the main class ter.tertest then I change build.xml 28line <attribute name="Main-Class" value="ter.TERtest" /> to <attribute name="Main-Class" value="ter.TER" /> it's OK
Hi, How do you package jar files,thanks
Sorry, something went wrong.
No branches or pull requests
hello,
I hope to participate in the WMT19 QE task
when I run
to
it's OK
The text was updated successfully, but these errors were encountered: