==== General ===== * Easy installation (around 15 reading the manual) * The authors suggest that the software can deal with huge corpora quickly. * [[http://www.psych.ualberta.ca/~westburylab/projects/HDMoLS.html|Download the software]] * [[http://www.psych.ualberta.ca/~westburylab/downloads/HowToUseHiDEx.txt|Manual.]] * [[http://www.psych.ualberta.ca/~westburylab/downloads/HiDEx.vectorset.download.html|Corpus.]] * Hidex is intended to produce Hal models introduced by Curt Burgess in 1996. * The software is extremely new (it is in the version 0.03) so it is hard to know if it works adequately. * I have not tested the software yet. ==== Installation ===== * Check whether you have the right c++ compiler g++ -v You should have version 4.2 or higher * [[http://www.psych.ualberta.ca/~westburylab/downloads/HiDEx.download.html|Download]] the tar file and untar it in the desired locationtar xzf hidex.[version].tgz * Go to the directory and compile the programmake index You should now change a line in the file Makefile, in particular you would like to change the variable BINDIR. It should looke like:#BINDIR=~/bin BINDIR=/usr/local/bin * Now run in the terminal:sudo make installBy now you should be done.