Skip to content

Instantly share code, notes, and snippets.

View Tedko's full-sized avatar
🎯
Focusing

Suji Yan Tedko

🎯
Focusing
View GitHub Profile
@Tedko
Tedko / clf.py
Created August 30, 2016 05:07 — forked from fpsluozi/clf.py
Chinese sentence classification w/ Doc2vec
# Title: Sentence classification w/ Doc2vec
# Author: FPSLuozi @Github
# Last updated: Aug 26, 2016
# License: MIT
import jieba
import numpy as np
import gensim
from gensim.models.doc2vec import *