kakaobrain/word2word

How to get your trained bilingual dictionary by code

Closed this issue · 1 comments

How to get your trained bilingual dictionary by code?

I had the same problem, I wrote a function to export the dictionary to a tabfile dictionary in a fork. So you can use it like this:

w2w = Word2word("cs", "de")
w2w.export_to_tabfile("cs-de.txt")