larisa

Update commands.sh

......@@ -5,3 +5,8 @@ grep -E "\|t\|" ../corpora/full-sentences.txt | perl -ne 'if(/(\d+\|t\|)(.*)/){p
# Run wisse
python3.4 wisse_example.py --input ../corpora/articles-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/articles-titles.vec --format wisse &
# Within cluster sentence analysis
grep -c -E '<g>.*<d>|<d>.*<g>' cluster1_tagged.txt cluster2_tagged.txt cluster3_tagged.txt cluster4_tagged.txt
wc -l cluster1_tagged.txt cluster2_tagged.txt cluster3_tagged.txt cluster4_tagged.txt
......