Christopher Manning
Christopher Manning
Sorry, but no. But we'd welcome any outside contributions. :)
We have no experience with running a server on Windows, though we believe it should work. If someone would like to document how to do it, we'd happily add the...
I think the problem isn't that it doesn't produce "2020-W53". It does: 3. I am working this week. DATE NER: 2020-W53 It seems to me that the question is rather...
In principle, yes, this would be great to do, and we do hope to do it sometime. However, the student who implemented SUTime has graduated, and this isn't currently a...
Yes, there have traditionally been various bugs because of the separation of word() and value() - even though there were some good reasons for it. But have you tried to...
The problem is that this structure is systematically ambiguous as to whether the adjective does or doesn't scope over the conjunction, and CoreNLP doesn't currently have a good way to...
As far as I can see this still isn't correct. See the test testOffsetsSpacing() that I now have in SpanishTokenizerITest. It's checked in passing, but the answers seem to be...
But I don't think the Semantic Dependency Parsing functionality is in Stanza. For that I think you'd still need to look at the Tensorflow https://github.com/tdozat/Parser-v3 version. It's a fairly modest...
And CoreNLP has this with the (perhaps badly named) `BeforeAnnotation` and `AfterAnnotation` 🙂
Did you ever solve this? Can you provide a document where this can be directly reproduced just calling CoreNLP?