This is Gensim Word2Vec model trained on Georgian Wikipedia text corpus gathered from Wikipedia dump file.
You need Python 3.5 or later to run this project.
Code in this repository requires Gensim Python library to run.
$ pip install --upgrade gensim
- Download pretrained weights from release page.
- Unzip weights in project folder.
Example of getting word embedding:
$ python test_word_vector.py
Example of getting word similarity using embeddings:
$ python test_similar_words.py