Skip to content

Instantly share code, notes, and snippets.

View shift-reality's full-sized avatar
💭
hi

Bogdan shift-reality

💭
hi
View GitHub Profile
@lizaku
lizaku / play_with_word2vec.py
Last active November 29, 2018 09:31
Скрипт, демонстрирующий основы работы с моделями векторного представления слов word2vec
#!/usr/bin/env python3
# coding: utf-8
import sys
import gensim, logging
# Что вообще происходит?
logging.basicConfig(format='%(asctime)s : %(levelname)s : %(message)s', level=logging.INFO)