John Bauer

Results 1064 comments of John Bauer

Thank you for reporting. So basically the constant is unnecessary aside from display? Should be an easy fix. Do you have an example server I could try to verify the...

Have pushed a fix to the dev branch. How urgent is this fix / can you use the dev branch in your environment? Or only released versions possible? It's actually...

In fact it is possible to send in trees rather than raw text, in which case the CoreNLP side won't have to parse the text. You could do this by...

> Do I construct the trees in the wrong way? The trees are fine. You need to do ``` matches = client.tregex(pattern, trees=trees) ```

That's an interesting suggestion, to be sure. Would this look like Stanza using the package as a library and annotating it on the parsed documents somehow?

> I'd be happy to submit a draft PR and write a test suite for MorphSeg as well as making any changes needed to make it compatible with Stanza. Let...

Let me know if you need any guidance on the API for adding annotators

Unfortunately, no. I'm not sure what it would look like as the current paradigm is to feed in raw text. Of course, there's also the mechanism for feeding in a...