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

Provide better input to MaltParser #241

Closed reckart closed 1 year ago

reckart commented 9 years ago

The maltparser expects its input in CONLL format. currently, we only feed in the ID, FORM, and POSTAG information. We should also feed CPOSTAG and LEMMA if available. Possibly even FEATS if these are available from a morphological analyzer (although there is more systemic work necessary in DKPro Core to support this).

Original issue reported on code.google.com by richard.eckart on 2013-09-19 14:19:29

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:59:16

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

Original issue reported on code.google.com by richard.eckart on 2014-03-26 10:51:39

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

Original issue reported on code.google.com by richard.eckart on 2014-10-02 12:37:04