You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when running the Parser with a large inputfile of ~171000 sentences, i get some of these exceptions:
Exception in thread "pool-1-thread-4" java.lang.ClassCastException
Exception in thread "pool-1-thread-2" java.lang.ClassCastException: edu.uw.easysrl.semantics.SkolemTerm cannot be cast to edu.uw.easysrl.semantics.Sentence
...
Is this skipping a sentence? The Parser doesnt stop with the Exception, but it would be very unfortunate if it skips sentences as i have to have the corpus sentences in the same order as the output of the parser. If it is skipping, can I do anything to prevent this exception?
Thanks for the great tool btw!
EDIT: Its definitly skipping sentences :/
The text was updated successfully, but these errors were encountered:
Hi,
when running the Parser with a large inputfile of ~171000 sentences, i get some of these exceptions:
Exception in thread "pool-1-thread-4" java.lang.ClassCastException
Exception in thread "pool-1-thread-2" java.lang.ClassCastException: edu.uw.easysrl.semantics.SkolemTerm cannot be cast to edu.uw.easysrl.semantics.Sentence
...
Is this skipping a sentence? The Parser doesnt stop with the Exception, but it would be very unfortunate if it skips sentences as i have to have the corpus sentences in the same order as the output of the parser. If it is skipping, can I do anything to prevent this exception?
Thanks for the great tool btw!
EDIT: Its definitly skipping sentences :/
The text was updated successfully, but these errors were encountered: