This commit is contained in:
Jan Przybylski 2021-05-10 23:26:41 +02:00
parent af73e7ad05
commit caa65adce5

View File

@ -5,7 +5,8 @@ from sklearn import preprocessing
import pandas as pd
from gensim.test.utils import common_texts
from gensim.models import Word2Vec
00
with open("train/in.tsv") as f:
X_train = f.readlines()
with open("train/expected.tsv") as ff: