hunalign icon indicating copy to clipboard operation
hunalign copied to clipboard

Sizes differing too much

Open theamato opened this issue 3 years ago • 0 comments

Hi, I'm trying to align an Arabic-English text corpus by using the following command: src/hunalign/hunalign -text -hand=hand_align_file dict.txt ar.txt en.txt. I don't have a dictionary, so dict.txt is an empty text file. When I run it I get this error:

Reading dictionary... 20 hungarian sentences read. 0 english sentences read. Sizes differing too much. Ignoring files to avoid a rare loop bug.

Am I missing something? Why aren't the english sentences read? Should I provide language codes when working with a different language than hungarian?

theamato avatar Dec 29 '22 21:12 theamato