Skip to content

Multithread Exception #40

@weidler

Description

@weidler

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 :/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions