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

DataWriter interface should use List instead of Collection #503

Closed Horsmann closed 6 years ago

Horsmann commented 6 years ago

Almost all data writer classes perform as first step a conversion of the collection into a list to having index access to the elements. It would more reasonable to directly pass a List to avoid the unnecessary conversion.