Showing
1 changed file
with
7 additions
and
0 deletions
scripts/commands.sh
0 → 100644
1 | +# Retrieve titles | ||
2 | + | ||
3 | +grep -E "\|t\|" title-sentences.txt | perl -ne 'if(/(\d+\|t\|)(.*)/){print "$2\n"}' > abstracts-titles.txt | ||
4 | + | ||
5 | +# Run wisse | ||
6 | + | ||
7 | +python3.4 wisse_example.py --input ../corpora/abstracts-titles.txt --idfmodel local --embedmodel /export/space1/users/compu2/bionlp/word-embeddings/w2v/almac/ignacio/data/word2vec/indexed_w2v_En_vector_space_H300 --localw binary --output ../embeddings/abstracts-titles.vec --format wisse & |
-
Please register or login to post a comment