I have installed streamcorpus using pip. I need to deserialize the data, i.e get the data from the .sc files.
I tried using the streamcorpus_dump tool with the following command -
streamcorpus_dump --component clean_visible
input.sc>input.txt
However it outputs an empty file.
Pls help me figure this out.. or if anyone can suggest an alternative that would help too.