PolMine / RcppCWB

'Rcpp' Bindings for the 'Corpus Workbench' (CWB)
Other
2 stars 3 forks source link

cwb_compress_rdx() and cwb_huffcode() should offer option to delete files #60

Closed ablaette closed 2 years ago

ablaette commented 2 years ago

The underlying C functions issue a message that files can be deleted. Should be automated.

ablaette commented 2 years ago

The capture.output() operation will include the information which files can be deleted. The difficulty is that if quietly is _FALSE, this information will not be there. Then we we would have to parse the registry file?

ablaette commented 2 years ago

Has been implemented - yet not getting path from fn output.