artetxem/vecmap

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

fury00812 opened this issue · 0 comments

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