dkmfbk / pikes

Pikes is a Knowledge Extraction Suite
GNU General Public License v3.0
23 stars 8 forks source link

NullPointerException caused by `...„` #11

Open PaulinaSzy opened 5 years ago

PaulinaSzy commented 5 years ago

Hello, I am using your tool in the version 0.1. I have an exception when trying to tag a combination of three dots followed by double low quotation mark: ...„

Exception in thread "main" java.lang.NullPointerException
    at eu.fbk.dkm.pikes.depparseannotation.StanfordToConllDepsAnnotator.annotate(StanfordToConllDepsAnnotator.java:51)
    at edu.stanford.nlp.pipeline.AnnotationPipeline.annotate(AnnotationPipeline.java:76)
    at edu.stanford.nlp.pipeline.StanfordCoreNLP.annotate(StanfordCoreNLP.java:605)
    at eu.fbk.dh.tint.runner.TintPipeline.runRaw(TintPipeline.java:242)
    at eu.fbk.dh.tint.runner.TintPipeline.run(TintPipeline.java:280)
    at eu.fbk.dh.tint.runner.TintWorker.test(TintWorker.java:39)
    at eu.fbk.dh.tint.runner.TintWorker.main(TintWorker.java:20)

Thank you in advance. Paulina