System Requirements
REGICE has been tested on Mac OS X Mavericks and requires the following to run properly:
Installation steps
You can run REGICE from the command line after following these steps:
Download the REGICE zip file. [Download].
Unzip the contents of the files.
Execute REGICE.jar from the command line, from the path where the unzipped folder is saved.
REGICE requires the following parameters to be set:
GATE NLP framework path [mandatory]
If you want to load the default settings and some example requirements (provided in the tool distribution)
Use --default (No other parameter is required after this)
java -jar REGICE.jar "$GATE_PATH" --default
Example: java -jar REGICE.jar "/Applications/GATE_Developer_8.1/" --default
If the default option is not selected, one needs to give 3 more parameters after GATE NLP framework
Full path to the requirements document in a TXT file [provide "" (empty double quotes) to load example requirements from the article]
Name of the semantic measure [Possible choices are "HSO" , "RES" , "JCN" , "LIN", "LESK", "PATH", "LCH", "WUP", or "" (Leave empty for using only syntactic similarity]
Number of clusters [Provide 0 for algorithm to automatically choose number of clusters based on an internal procedure]
java -jar REGICE.jar "$GATE_PATH" "$Requirements_Path" "$Semantic" "$Num_Clusters"
Example: java -jar REGICE.jar "/Applications/GATE_Developer_8.1/" "/Users/chetan.arora/Desktop/REGICE_Reqs.txt" "JCN" "0"