codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

[api.resources] Support additional compression methods #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently DKPro supports GZip compression in several places, mainly controlled 
via the JCasFileWriterBase. More algorithms should be supported and the support 
should be extracted into a separate utility class in api.resources.

Original issue reported on code.google.com by richard.eckart on 18 Aug 2012 at 2:50

GoogleCodeExporter commented 9 years ago
Added support for BZIP2 and XZ (LZMA2). JCasFileWriter_ImplBase and 
ResourceCollectionReaderBase updated accordingly. 
ResourceCollectionReaderBase.PARAM_COMPRESS was replaced with 
ResourceCollectionReaderBase.PARAM_COMPRESSION_METHOD.

Original comment by richard.eckart on 18 Aug 2012 at 3:39