artetxem / vecmap

A framework to learn cross-lingual word embedding mappings
GNU General Public License v3.0
645 stars 130 forks source link

Is it possible to use the n-gram bilingual dictionary as well as the unigram dictionary? #33

Open fury00812 opened 4 years ago

fury00812 commented 4 years ago

Hi,

I'm trying to learn the cross-lingual n-gram embedding using phrase2vec and vecmap, like your previous work (https://www.aclweb.org/anthology/D18-1399.pdf). Is it possible to use the phrase table in this case? In other words, I'm interested in whether I can pass an n-gram bilingual dictionary file with the "--supervised" and "--semi_supervised" options.

Thanks and regards, Ryo