Carlos-Francisco Méndez-Cruz

WISSE example

1 +https://github.com/iarroyof/sentence_embedding
2 +
3 +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 ...\ No newline at end of file
...@@ -7,7 +7,7 @@ import numpy as np ...@@ -7,7 +7,7 @@ import numpy as np
7 #import numexpr as ne 7 #import numexpr as ne
8 import argparse 8 import argparse
9 #import _pickle as pickle 9 #import _pickle as pickle
10 -import cPickle as pickle 10 +#import cPickle as pickle
11 import logging 11 import logging
12 import os 12 import os
13 from functools import partial 13 from functools import partial
......