codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

OpenNLP NameFinder support #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a component for the OpenNLP name finder

Original issue reported on code.google.com by richard.eckart on 24 Jun 2013 at 8:47

GoogleCodeExporter commented 9 years ago
The component that we have now accepts one model at a time. For the OpenNLP 
name finder, it does make sense to run multiple models at the same time, 
because each model annotates only exactly one kind of named entity. It's 
unclear, however, how to package the resources in that case or how to load 
them. 

Original comment by richard.eckart on 24 Jun 2013 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 30 Jun 2013 at 12:35

GoogleCodeExporter commented 9 years ago
Rest of the models still need to be integrated into the build.xml file

http://opennlp.sourceforge.net/models-1.5/

Most NER models also still missing from the pom.xml.

Original comment by richard.eckart on 1 Sep 2013 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 11 Sep 2013 at 10:34

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1894.

Original comment by richard.eckart on 11 Sep 2013 at 10:35