Carlos-Francisco Méndez-Cruz

WISSE example

https://github.com/iarroyof/sentence_embedding
python3.4 wisse_example.py --input sentences.txt --idfmodel local --embedmodel /home/cmendezc/gitlab_repositories/sentence-representation-word-embeddings/embeddings/almac/ignacio/data/word2vec/indexed_w2v_En_vector_space_H300 --localw binary --output test.vec --format wisse
\ No newline at end of file
......@@ -7,7 +7,7 @@ import numpy as np
#import numexpr as ne
import argparse
#import _pickle as pickle
import cPickle as pickle
#import cPickle as pickle
import logging
import os
from functools import partial
......