Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Buechel authored Jan 30, 2017
1 parent e653748 commit a650b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ JEmAS has two distinct operation mode, a default mode and an advanced mode. Usin

###Default mode:
````
java -jar NAME_OF_JAR INPUT AUXILIARY_FOLDER
java -jar NAME_OF_JAR INPUT (AUXILIARY_FOLDER)
````
Where INPUT is the path to a folder in which all existing files (with .txt suffix or without any suffix) will be processed or the path to a file where each line will then be processed individually (generating emotion scores for each seperate line). AUXILIARY_FOLDER is the path to an existing folder where auxiliary output files (such as the vocabulary) will be saved.
Where INPUT is the path to a folder in which all existing files (with .txt suffix or without any suffix) will be processed or the path to a file where each line will then be processed individually (generating emotion scores for each seperate line). AUXILIARY_FOLDER is the path to an existing folder where auxiliary output files (such as the vocabulary) will be saved. When you omit this argument, a new folder will be created in your working directory.

###Advanced mode:
````
Expand Down

0 comments on commit a650b6b

Please sign in to comment.