fozziethebeat / S-Space

The S-Space repsitory, from the AIrhead-Research group
GNU General Public License v2.0
205 stars 106 forks source link

Temporal Random Indexing #43

Open MSte opened 11 years ago

MSte commented 11 years ago

Hi,

I'm trying to run the ft-tri.jar with the command: java -server -Xmx4g -jar fd-tri-v2.0.jar --timespan=1y --verbose --threads=4 --vectorLength=10000 --tokenFilter=exclude=stoplist.txt --docFile=corpus.txt --interestingTokenList=wordsToWatch.txt --savePartitions --printInterestingTokenNeighbors=50 --printInterestingTokenShifts output

and I have some problem with the output. the script returns me

What's wrong? how can I get the .temporal-changes output?

Thanks for the help.