Andy Halterman

Results 53 comments of Andy Halterman

I'm working on it! 🤓

Thanks to everyone who has already filled out the survey. I'm hoping to release Mordecai v3 sometime in July. It's based on spaCy v3/transformers and pytorch and is much more...

In principle, there's no reason why you couldn't use another NER library. The initial plan with Mordecai was to make it very easy to swap out NER libraries, but that...

Thanks for that catch! I'm hoping to do a refresh of the whole codebase in February and I'll definitely remove that redundant import when I do.

Thanks, @JingL1014! That fixed that problem, but now I'm hitting another. The initial Python and the CoreNLP are both working, but I get this error when I try to load...

With the correct model, it ran just fine. Thanks!

@JingL1014 This looks like the error I got before you updated the code. Any idea what's going on?

Yes, what's the plan for updating PICO in general? We talked a lot about it this spring but it seems to have stalled.

And related to this, how is the Spanish team/UP handling future tenses? Via the dictionary or is there a more general approach using the Universal Dependencies information (http://universaldependencies.org/u/feat/Tense.html)?

Just wanted to update this issue with the second round of documentation, along with my comments on it. Some questions to address: - [x] Does UP have the ability to...