Skip to content

[I/O] Enable Loading of Cases from CSV

Marc Ludevid Wulf requested to merge mludevid.load into main

I implemented the functionality to load cases (input sentences) from a CSV file. This will enable us to start the implementation of the extraction pipeline. The parsing of the Declare constraints from that CSV file is yet to be implemented. The classes for creating, storing, modifying and printing Declare constraints have to be implemented first before progress can be made on the parsing.

Merge request reports