facebookresearch / UnsupervisedMT

Phrase-Based & Neural Unsupervised Machine Translation
Other
1.51k stars 262 forks source link

how to train my data without pre-trained word embeddings? #70

Open prigioni opened 5 years ago

prigioni commented 5 years ago

now, I have some data that other language without pre-trained word embeddings. And how I train word embeddings and train them? Thanks.

gitlost-murali commented 5 years ago

Use fastText for word embeddings and MUSE for cross-lingual embeddings.