Skip to content

Commit a650b6b

Browse files
author
Sven Buechel
authored
Update README.md
1 parent e653748 commit a650b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ JEmAS has two distinct operation mode, a default mode and an advanced mode. Usin
1717

1818
###Default mode:
1919
````
20-
java -jar NAME_OF_JAR INPUT AUXILIARY_FOLDER
20+
java -jar NAME_OF_JAR INPUT (AUXILIARY_FOLDER)
2121
````
22-
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.
22+
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.
2323

2424
###Advanced mode:
2525
````

0 commit comments

Comments
 (0)