John Bauer
John Bauer
Are you using an older version of python?
MUC is smaller than all or conll in terms of file size, but it has 7 classes, so this may increase the memory footprint when loaded. What happens if you...
On my Linux box, it seems that the all3 model needs more memory than the muc7 model. Hopefully the muc model loads correctly when by itself, in which case the...
Here's a random question. Are you certain the initialization is complete at this point? I've found that in certain cases Java can spend a long time trying to GC the...
Java 8 is 5.5 years old at this point, and it has a lot of features which really make programming easier. Considering we're usually developing for newer, beefier machines, it...
As an update, CoreNLP 4.0.0 uses less memory for NER than previous versions, and there have been even more optimizations in the master branch since the 4.0.0 release. Do you...
It sounds like you might have better luck coding your new training method into MaxentTagger and recompiling that. Another alternative would be recompiling with those methods as package private (default...
Are these deduplicated strings mostly found in the Tagger & NER, or is this overall? We're trying to finalize a new release in the next couple of weeks, and there's...
Interesting. I'll take a look. There is already an Interner class in e.s.n.util.Interner, btw
Do you have any insight into whether the CollectionValuedMap changes had the desired effect? It would be disappointing if not