Showing
2 changed files
with
4 additions
and
1 deletions
sentence-representation/run-wisse
0 → 100644
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 | ... | ... |
-
Please register or login to post a comment