alanlit

Results 3 issues of alanlit

Running 4.5.2 and the default English model 4.5.2. Every so often I get the following stack-blowing recursion: at edu.stanford.nlp.parser.lexparser.TreeBinarizer.outsideBinarizeLocalTree(TreeBinarizer.java:479) at edu.stanford.nlp.parser.lexparser.TreeBinarizer.outsideBinarizeLocalTree(TreeBinarizer.java:479) at edu.stanford.nlp.parser.lexparser.TreeBinarizer.outsideBinarizeLocalTree(TreeBinarizer.java:479) at edu.stanford.nlp.parser.lexparser.TreeBinarizer.outsideBinarizeLocalTree(TreeBinarizer.java:479) at edu.stanford.nlp.parser.lexparser.TreeBinarizer.outsideBinarizeLocalTree(TreeBinarizer.java:479) ...... On either...

Very occasionally I'm getting a stack overflow in 1.3-SNAPSHOT- so clearly it is content specific. Sadly I haven't been able to capture an offending site yet: java.lang.StackOverflowError at java.util.LinkedHashMap.afterNodeInsertion(LinkedHashMap.java:299) at...

When creating a callback my client has to wait to receive the token (so it can possibly cancel later). If I could _supply_ the token in the setup call, I...