dkpro-core icon indicating copy to clipboard operation
dkpro-core copied to clipboard

German OpenNLP NER model "nemgp" has no mapping

Open zesch opened this issue 7 years ago • 1 comments

Without the mapping, when using the model no sub-NE annotation are created. This should do the trick:

per=de.tudarmstadt.ukp.dkpro.core.api.ner.type.Person
loc=de.tudarmstadt.ukp.dkpro.core.api.ner.type.Location
org=de.tudarmstadt.ukp.dkpro.core.api.ner.type.Organization
#MISC
*=de.tudarmstadt.ukp.dkpro.core.api.ner.type.NamedEntity

zesch avatar Sep 15 '18 09:09 zesch

The same seems to be the case for the English models.

zesch avatar Dec 14 '18 20:12 zesch