We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95cd18 commit 63ec0d4Copy full SHA for 63ec0d4
src/edu/stanford/nlp/sentiment/Evaluate.java
@@ -35,8 +35,8 @@ public void populatePredictedLabels(List<Tree> trees) {
35
* For example <br>
36
* <code>
37
* java edu.stanford.nlp.sentiment.Evaluate
38
- * edu/stanford/nlp/models/sentiment/sentiment.ser.gz
39
- * /u/nlp/data/sentiment/trees/dev.txt
+ * -model edu/stanford/nlp/models/sentiment/sentiment.ser.gz
+ * -treebank /u/nlp/data/sentiment/sentiment-treebank/fiveclass/dev.txt
40
* </code>
41
*
42
* Other arguments are available, for example <code> -numClasses</code>.
0 commit comments