facebookresearch / MUSE

A library for Multilingual Unsupervised or Supervised word Embeddings
Other
3.18k stars 544 forks source link

assert line == line.lower() throws some errors #123

Open BruceLee66 opened 5 years ago

BruceLee66 commented 5 years ago

Some languages will report an error to this line of code. I tried to remove and replace this line, but it will affect the result. May I ask how is this going? line=line.lower()

kosty4 commented 5 years ago

I have the same problem while using the supervised training method.

azagsam commented 5 years ago

Check if your dictionaries are not corrupt (they were in my case). Try to download dictionaries manually and place them into dictionaries folder.