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.
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 :)