nytud / hunlp-GATE

Lang_Hungarian - a GATE plugin containing Hungarian NLP tools as GATE processing resources
GNU General Public License v3.0
8 stars 6 forks source link

NER-BIO tag is completely missing from output (most of the time) #27

Open tbalogh opened 5 years ago

tbalogh commented 5 years ago

I want to use hunlp-gate for named entity recognition however the NER-BIO tag is completely missing (most of the time). The output contains NER-BIO tags only on primitive sentences, like "Süt a nap." but not on like.: "Semjén Zsolt, a KDNP elnöke elment vadászni.". Nevertheless when I use the online https://e-magyar.hu/hu/parser it recognizes the named entities as expected on complex sentences as well.

I might miss somthing in the setup so I created the following repository to demonstrate the issue and I added the setup steps to a docker container to demonstrate how I use the hunlp-gate:

https://github.com/tbalogh/gate_ner_issue

Please let me know if I can provide more information about the issue.

Thanks in advance, Tamas

sassbalint commented 5 years ago

Thank you for pointing this out. We are working on this issue.