John Bauer
John Bauer
So, it turns out we can't upgrade to any version of Lucene that doesn't have this issue without moving to Java 11. We're going to move to a more modern...
Sounds good. There's also a Xerces vulnerability listed, but not much we can do about that for now: https://ossindex.sonatype.org/vulnerability/CVE-2017-10355?component-type=maven&component-name=xerces%2FxercesImpl&utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0 Anyway, I posted a version which will hopefully show up soon...
There's a Stanza corenlp model for sentiment analysis based on an older dataset. Could theoretically translate it to CoreNLP but switching to Stanza would be easier. We could also check...
Been trying to get a couple publications out the door. Once I have a chance to get my head above water we'll make a Java 11+ release instead of a...
There is no CoreNLP PT, so, you'll need to use Stanza On Mon, Sep 2, 2024, 1:15 PM Lamron ***@***.***> wrote: > stanfordnlp/stanza is also > developped by same group(Stanford),...
Do you have a code sample which shows this? I run a small example and it works fine: ``` >>> import stanza >>> pipe = stanza.Pipeline("en", processors="tokenize,ner") >>> pipe("Dr. Pritchett...
Thank you, that was a perfect example of the bug in action. It should now be fixed on dev
This should now be fixed in the latest release
Is there something in particular you want? This is a rather vague issue
I found similar issues here https://github.com/bravoserver/bravo/issues/111 https://github.com/pypa/pip-audit/issues/646 I think this is because some steps such as the evaluation are shell calls. We could probably clean that up... but in the...