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

Separate TcAnnotator into three classes #506

Closed Horsmann closed 6 years ago

Horsmann commented 6 years ago

The TcAnnotator should be renamed and split into three classes. The class provides the functionality to use a pre-trained model. The name of the class reflects this only poorly. Furthermore, some more parametrization should be possible. Some of the parameters should be made optional. The separation will also de-confuse the usage a bit as some parameters are applicable only to one of the three processing modes.