Re: Anyone see issues with jwnl library hangs?

2012-08-07 Thread Aliaksandr Autayeu
I had similar issues with JWNL, but long time ago, I don't remember details now. A small piece of code to reproduce the issue would help a lot looking into it ;) Aliaksandr On Mon, Aug 6, 2012 at 10:39 PM, Jörn Kottmann kottm...@gmail.com wrote: Hello, never experienced that issue. Its

Re: Anyone see issues with jwnl library hangs?

2012-08-06 Thread Jörn Kottmann
Hello, never experienced that issue. Its blocking in RandomAccessFile.readLine, according to the javadoc it should not block forever, one of the following conditions should usually be reached quickly. This method blocks until a newline character is read, a carriage return and the byte

Anyone see issues with jwnl library hangs?

2012-08-04 Thread Chris Collins
I am building a classifier with OpenNLP and leveraging JWNLDictionary. In my experiments I am finding after many invocations of the classifier it hangs in jwnl. Specifically doing a read. I am using WordNet 3.0 (normal princeton distro, not stanfords). The thread dump is below (well not