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
hello,
I hope to participate in the WMT19 QE task
when I run
to
it's OK