Dear all,
Maybe I missed another topic on this, but I have problems extracting the corpus zip files (on Linux).
I first tried 'unzip part1.zip'
But got:
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
After googling I found this solution: 'jar xvf part1.zip' and that seemed to work at first but then I get:
created: part1/
inflated: part1/attra0843_12.dat
inflated: part1/bestb0834_12.dat
inflated: part1/cadth0844_12.dat
inflated: part1/cks.n0835_12.dat
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:163)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:109)
at sun.tools.jar.Main.extractFile(Main.java:954)
at sun.tools.jar.Main.extract(Main.java:870)
at sun.tools.jar.Main.run(Main.java:260)
at sun.tools.jar.Main.main(Main.java:1167)
The same for the other parts, although some get further than others.
What do I do wrong?
Thanks!
Suzan Verberne