CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

SpRL: Exception #475

Closed PattyBG closed 7 years ago

PattyBG commented 7 years ago

Hello :) I am trying to run

sbt "project saulExamples" "runMain edu.illinois.cs.cogcomp.saulexamples.nlp.SpatialRoleLabeling.SpRLApp"

I get the following issue:

Exception in thread "pool-1486-thread-3" java.lang.RuntimeException: java.lang.NullPointerException [error] at edu.illinois.cs.cogcomp.srl.learn.SRLPredicateInstance$1.run(SRLPredicateInstance.java:158) [error] at edu.illinois.cs.cogcomp.srl.learn.SRLPredicateInstance$1.run(SRLPredicateInstance.java:143)

The exception is catched in around thirty other occurences.

Thanks for your help :)