TextRetrieval java program for indexing and similarity measurement.
Building: The project files retrieved from the repository already contain a build in addition to the source, so the program can be run immediately. For building the program yourself, install maven (http://maven.apache.org/) and 'run mvn clean package'.
Running: To run the program, got to the TextRetrieval folder and execute 'java -jar target/TextRetrieval-1.0.0-SNAPSHOT.jar'. This will bring up the help text for a detailed description of the commands and their options.
The provided script 'run.example.sh' contains examples for each command with some options that can be provided.