In the run script you should find two things you might need to change to fit your experiments:
* `--input tutorial.in` (in the first `+java+` line): This tells the program to parse the file `+tutorial.in+`. Change the name of the file to fit your needs.
* `+--user test+` (in the second java line): This tells the program to use `+test+` as a user. Consequently, the program will process all files located in `test`. Change this part to fit your needs if you want to perform the experiment for a different user.