Skip to content

Commit 63ec0d4

Browse files
committed
Fix the sample command line for Evaluate.java
1 parent b95cd18 commit 63ec0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/edu/stanford/nlp/sentiment/Evaluate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public void populatePredictedLabels(List<Tree> trees) {
3535
* For example <br>
3636
* <code>
3737
* java edu.stanford.nlp.sentiment.Evaluate
38-
* edu/stanford/nlp/models/sentiment/sentiment.ser.gz
39-
* /u/nlp/data/sentiment/trees/dev.txt
38+
* -model edu/stanford/nlp/models/sentiment/sentiment.ser.gz
39+
* -treebank /u/nlp/data/sentiment/sentiment-treebank/fiveclass/dev.txt
4040
* </code>
4141
*
4242
* Other arguments are available, for example <code> -numClasses</code>.

0 commit comments

Comments
 (0)