freme-project / freme-ner

Apache License 2.0
6 stars 1 forks source link

FREME-NER for German? #178

Open reckart opened 7 years ago

reckart commented 7 years ago

Are there any plans for creating a FREME-NER model for German?

m1ci commented 7 years ago

Hi Richard, yes, we definitely want to provide also German model. But we have no concrete timeline for it...

jnehring commented 7 years ago

FREME NER uses a German model. Unlike the other models it is imported as a Maven dependency. The German model is installed in the live demo:

http://api.freme-project.eu/current/e-entity/freme-ner/documents?language=de&dataset=dbpedia&mode=all&informat=text&input=Hallo%2BDeutschland!&outformat=turtle

reckart commented 7 years ago

@jnehring can that model be downloaded somewhere?

reckart commented 7 years ago

@jnehring or could you place it next to the other models? http://api.freme-project.eu/datasets/ner-trained-models/wikiner/

jnehring commented 7 years ago

I am not sure which model is used. You can search for the model in the maven dependencies if you want exactly the same model. Or you check this page for a German model: http://nlp.stanford.edu/software/CRF-NER.shtml (do full text search for "german")

reckart commented 7 years ago

@jnehring you seem to be using the German models from CoreNLP. I was more interested in German models created in the same way as the others. But with the pointer to the DBPedia data, I can (maybe) even train one myself.