dkpro / dkpro-tc

UIMA-based text classification framework built on top of DKPro Core and DKPro Lab.
https://dkpro.github.io/dkpro-tc/
Other
34 stars 19 forks source link

CrfSuite: Separate MLA code from DKPro Lab #470

Closed Horsmann closed 6 years ago

Horsmann commented 6 years ago

The Lab backend code and MLA code are not separated that prevents using CrfSuite without Lab/UIMA. A clear separation with a few basic interfaces such as train and predict (free of Lab-code) are missing.