Could you please advise on the -e -c and -m commands. I have problems applying them
This is the traceback for the -m command
Traceback (most recent call last):
File "hjerson.py", line 860, in
main()
File "hjerson.py", line 762, in main
write_html(args.html, args.html, args.hypothesis_additional, hypWords, bestWerHypAdd, hypErrorCats, "hyp")
File "hjerson.py", line 236, in write_html
htmltxt.write(font+words[nc]+addcat+closefont)
NameError: name 'htmltxt' is not defined
Hi Thanks for the interesting tool and paper.
Could you please advise on the -e -c and -m commands. I have problems applying them
This is the traceback for the -m command
Traceback (most recent call last): File "hjerson.py", line 860, in
main()
File "hjerson.py", line 762, in main
write_html(args.html, args.html, args.hypothesis_additional, hypWords, bestWerHypAdd, hypErrorCats, "hyp")
File "hjerson.py", line 236, in write_html
htmltxt.write(font+words[nc]+addcat+closefont)
NameError: name 'htmltxt' is not defined