jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 50 forks source link

io error on wordCount.train #24

Closed rezatakhshid closed 7 years ago

rezatakhshid commented 7 years ago

I'm trying to run jamr on provided models, however I get the following error:


 ### Running JAMR ###
Stage1 features = List(bias, corpusIndicator, length, corpusLength, conceptGivenPhrase, count, phraseGivenConcept, phraseConceptPair, phrase, firstMatch, numberIndicator, sentenceMatch, andList, pos, posEvent, phraseConceptPairPOS, badConcept)
Exception in thread "main" java.io.FileNotFoundException: /home/reza/Documents/jamr-Semeval-2016/models/Semeval-2016_LDC2014T12/wordCounts.train (No such file or directory)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(FileInputStream.java:195)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)
    at scala.io.Source$.fromFile(Source.scala:90)
    at scala.io.Source$.fromFile(Source.scala:75)
    at scala.io.Source$.fromFile(Source.scala:53)
    at edu.cmu.lti.nlp.amr.ConceptInvoke.package$.Decoder(package.scala:25)
    at edu.cmu.lti.nlp.amr.AMRParser$.main(AMRParser.scala:113)
    at edu.cmu.lti.nlp.amr.AMRParser.main(AMRParser.scala)

any help on how to get passed this would be much appreciated.