Hello,
By checking the annotation json files, I also have remarked some typo such as "imange" and this was already mentioned in #11 this issue.
It is written that you fixed the problem, however, apparently, it is not completely fixed.
I found this code helpful, and maybe this might help you : Modify line 17 in utils.py : <<template.replace("a", "an") >> into << template.replace(" a ", " an ", 1) >> so that it only replaces the determiners correctly.
Thank you very much for your work !
Hello,
By checking the annotation json files, I also have remarked some typo such as "imange" and this was already mentioned in #11 this issue.
It is written that you fixed the problem, however, apparently, it is not completely fixed.
I found this code helpful, and maybe this might help you : Modify line 17 in utils.py : <<template.replace("a", "an") >> into << template.replace(" a ", " an ", 1) >> so that it only replaces the determiners correctly.
Thank you very much for your work !