machinalis / yalign

A sentence aligner for comparable corpora
Other
127 stars 31 forks source link

ModuleNotFoundError #18

Closed anthobio23 closed 3 years ago

anthobio23 commented 3 years ago

hi how are you, I have the following error from yalign ModuleNotFoundError: No module named 'yalignmodel' I already have the yalign module installed. I am supposed to import the yalignmodel without problems, but I really don't understand what the problem is. Could you help me? i am using python 2.7.18

anthobio23 commented 3 years ago

The error is caused when yalign is installed in python 3.8. In the documentation I found that it is only for python2.7 also I found other Import Error errors linked to nltk. this library must be installed for previous versions just like align. I provided version 3.0.1 and 0.0.1 respectively