dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

German chunker UIMA component #206

Closed reckart closed 1 year ago

reckart commented 9 years ago
Check out if this UIMA component produced by Peter Kolb compatible with DKPro is something
we can directly integrate:

http://www.ling.uni-potsdam.de/~kolb/UIMA-chunker.html

Original issue reported on code.google.com by richard.eckart on 2013-08-24 19:10:49

reckart commented 9 years ago
the chunker out put looks highly useful, in particular the case and prepHead features
of the resulting output type Chunk:

"case: the chunk's case (nominative, dative, genitive, accusative)
prepHead: the prepositional head of the chunk, if any."

However, the DKPro-Core type "Chunk" has currently no features to store this information,
right?

Original issue reported on code.google.com by eckle.kohler on 2013-08-25 13:17:10

reckart commented 9 years ago
Right. We'd have to add such features if we wanted to maintain this information in addition
to the chunk type.

Original issue reported on code.google.com by richard.eckart on 2013-08-25 13:19:05

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2013-12-19 01:58:54