Skip to content

Refactored the Processors to adhere to the new DST interface

Niclas Linus Bodenmann requested to merge DST_interface into development

Refactored the DST (Document-Span-Token) interfaces to be more consistent and adequately exposed. Checked the compliance of all standard processors (not language-specific ones).

Furthermore, added a new Loader/Serializer pair (JSON) to facilitate testing of singular processors (instead of the whole pipeline).

Merge request reports