我在哪里可以找到文件sentimentTreesDebug.txt

时间:2015-04-23 16:29:47

标签: stanford-nlp sentiment-analysis

我正在尝试分析stanford corenlp的代码情感模型分析,我在这个页面上找到了:

https://github.com/stanfordnlp/CoreNLP/blob/master/src/edu/stanford/nlp/sentiment/SentimentTraining.java

但我找不到用于进行实验的“sentimentTreesDebug.txt”文件,有人可以告诉我该文件的位置或它应该如何显示?

TrainPath String =“sentimentTreesDebug.txt”;

我非常感谢你能给我的帮助或建议

这是我的问题

线程中的xception“main”edu.stanford.nlp.io.RuntimeIOException:文件sentimentTreesDebug.txt中的MemoryTreebank.processFile IOException     在edu.stanford.nlp.trees.MemoryTreebank.processFile(MemoryTreebank.java:300)     在edu.stanford.nlp.util.FilePathProcessor.processPath(FilePathProcessor.java:84)     在edu.stanford.nlp.trees.MemoryTreebank.loadPath(MemoryTreebank.java:152)     在edu.stanford.nlp.trees.Treebank.loadPath(Treebank.java:193)     在edu.stanford.nlp.sentiment.SentimentUtils.readTreesWithLabels(SentimentUtils.java:67)     在edu.stanford.nlp.sentiment.SentimentUtils.readTreesWithGoldLabels(SentimentUtils.java:50)     在edu.stanford.nlp.sentiment.SentimentTraining.main(SentimentTraining.java:170) 引起:java.io.FileNotFoundException:sentimentTreesDebug.txt(没有这样的文件或目录)     at java.io.FileInputStream.open(Native Method)     在java.io.FileInputStream。(FileInputStream.java:138)     在edu.stanford.nlp.trees.MemoryTreebank.processFile(MemoryTreebank.java:212)     ......还有6个 Java结果:1

1 个答案:

答案 0 :(得分:0)

您可以在此处下载:

http://nlp.stanford.edu/sentiment/trainDevTestTrees_PTB.zip

一个简单的dev.txt看起来像:

(4 (2 (2 Everything) (2 is)) (4 awesome))

HTH