Have you tried downloading the model file again? have you double checked it’s there and readable by your application?
> 11 jun 2015 kl. 10:34 skrev naglaa elmesalmy <eng_nag_e...@yahoo.com.INVALID>: > > I have problem when I use "en-parser-chunking.bin" ,it give me this error > "java.io.EOFException: Unexpected end of ZLIB input stream" > this is my code: > InputStream is = new FileInputStream("E:\\Models\\en-parser-chunking.bin"); > ParserModel model = new ParserModel(is); > Parser parser = ParserFactory.create(model); >