coli-saar / am-parser

Modular implementation of an AM dependency parser in AllenNLP.
Apache License 2.0
30 stars 10 forks source link

am-tools does not compile #72

Closed alexanderkoller closed 4 years ago

alexanderkoller commented 4 years ago

Apparently a test file is missing:

de.saar.coli.amrtagging.ConllSentenceTests > eds FAILED
    java.io.FileNotFoundException at ConllSentenceTests.java:41

Please add the missing file asap.

namednil commented 4 years ago

Yes, that was too brittle. Changed that, please try again.

alexanderkoller commented 4 years ago

Thanks!