Download Latest Version sigma-2-02.zip (30.9 MB)
Email in envelope

Get an email when there's a new version of Sigma

Home
Name Modified Size InfoDownloads / Week
Sigma 2012-08-14
publishJar.txt 2015-08-04 4.8 kB
README.txt 2015-05-04 1.4 kB
epclextract 2015-03-06 411.8 kB
epcllemma 2015-03-06 411.7 kB
eprover 2015-03-06 2.5 MB
e_ltb_runner 2015-03-06 571.6 kB
sigma-j15.war 2012-09-05 3.3 MB
WinXPinstall.pdf 2012-08-14 2.2 MB
WinXPinstall.doc 2012-08-14 3.3 MB
sigma.war 2012-06-12 2.4 MB
Totals: 11 Items   15.0 MB 0
Install via script from source on Linux or Mac OS with 
bash <(curl -L http://sigmakee.cvs.sourceforge.net/viewvc/sigmakee/sigma/install.sh)

Users should also see

https://sourceforge.net/p/sigmakee/wiki/required_data_files/
Mac instructions - https://sourceforge.net/p/sigmakee/wiki/Sigma%20Setup%20on%20Mac/ 
Ubuntu - https://sourceforge.net/p/sigmakee/wiki/Setting%20up%20Sigma%20on%20Ubuntu/

You can also install Sigma on a Vagrant virtual machine.

> mkdir sigma_vagrant
> cd sigma_vagrant
> wget http://sigmakee.cvs.sourceforge.net/viewvc/sigmakee/sigma/Vagrantfile 
> vagrant up
> vagrant ssh
> bash <(curl -L http://sigmakee.cvs.sourceforge.net/viewvc/sigmakee/sigma/install.sh)

follow the prompts and Sigma will be running.  Then on the browser of your host machine, go to
http://localhost:9090/sigma/login.html

To run natural language interpretation from the command line in the virtual machine, 
run the following additional steps

> cd ~
> mkdir Programs
> cd Programs
> cp /vagrant/Downloads/stanford-corenlp-full-2015-01-29.zip .
> unzip stanford-corenlp-full-2015-01-29.zip
> cd stanford-corenlp-full-2015-01-30
> export SIGMA_HOME="/home/vagrant/.sigmakee"
> jar -xf stanford-corenlp-3.5.1-models.jar
> cd ~/Programs/stanford-corenlp-full-2015-01-30
> java  -Xmx1500m -classpath  /home/vagrant/workspace/sigma/sigma/build/classes:/home/vagrant/workspace/sigma/sigma/build/lib/*  com.articulate.sigma.semRewrite.Interpreter -i

Source: README.txt, updated 2015-05-04