Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
sentence-representation-word-embeddings
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-03-09 11:39:18 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9bcf2f7a568621e4c198d60f6b80b55b09812f12
9bcf2f7a
1 parent
3dd5ba30
WISSE example
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
sentence-representation/run-wisse
sentence-representation/wisse_example.py
sentence-representation/run-wisse
0 → 100644
View file @
9bcf2f7
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
sentence-representation/wisse_example.py
View file @
9bcf2f7
...
...
@@ -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
...
...
Please
register
or
login
to post a comment