The model file you're trying to load probably got corrupted. Or you get
something completely different in the stream.

Jörn
On Jun 11, 2015 10:42 AM, "Alexander Wallin" <[email protected]>
wrote:

> 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
> <[email protected]>:
> >
> > 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);
> >
>
>

Reply via email to