/multilingual_w2v

mapping word2vec indexes across languages

Primary LanguagePython

Multilingual w2v

This implementation uses the matrix transformation method described in Mikolov et al 2013

sample data and tests

  • add the repo to your PYTHONPATH
    export PYTHONPATH=/home/yourname/multilingual_w2v:$PYTHONPATH

To see how it works, look at the tests -- run python tests/test_multilingual_w2v.py

Contributing

If you want to help make this better, send a pull request!