On 11.08.2016, at 13:06, Richard Eckart de Castilho <[email protected]> wrote: > The "leniently" flag is currently only used for XMI/XCAS... I think this flag > should also be > used for COMPRESSED_FILTERED_TSI and when enabled in other context should > throw an exception?
Partially addressed. The flag is now also used for COMPRESSED_FILTERED_TSI but no exception is thrown if the flag does not apply. So lenient reading of COMPRESSED_FILTERED_TSI is now also implemented and tested. Large parts of the DKPro Core BinaryCasReader can not be replaced by a single call to CasIOUtils.load(). I didn't try switching the BinaryCasWriter over yet, but that should be unproblematic as well. Best, -- Richard
