ZhitingHu / EEELinking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EEEL

  1. Get wordsim scores: sh script/sim.sh

Input: Defined in script/sim.sh

Output: output.txt

  1. Get the score

matlab -nodisplay -nodesktop -r "run score.m, quit()"

  1. Convert output to human readable file: python tools/convert_output.py data/wordsim/combined.tab data/wordsim/combined.tab.conv output.txt sort.txt

Input: output.txt

Output: sort.txt

About


Languages

Language:C++ 71.1%Language:C 26.5%Language:Shell 1.5%Language:Makefile 0.8%Language:MATLAB 0.1%