Paul O'Leary McCann
Paul O'Leary McCann
Hello, I'm a spaCy core developer. Thank you for creating and maintaining this package. I was recently updating the example docs for this package in the Universe (https://github.com/explosion/spaCy/pull/11593), and looking...
Thanks for providing implementations of these metrics! Would you consider publishing this code on PyPI so that other projects can specify it as a dependency with versioning? Since you have...
Adds feature that came up in #38 in order to tell apart tokens that come from foreign lemmas.
## Description This continues work started in https://github.com/explosion/projects/pull/147, which provides features for automatically manipulating pipelines and configs. The functions included are: - merge: combine components from two pipelines and handle...
Thanks for working on this package. I updating the entry in the spaCy Universe (https://github.com/explosion/spaCy/pull/11937#pullrequestreview-1208010525) and we noticed the sample here uses an argument that doesn't seem to work with...
Originally brought up in https://github.com/octanove/janlpbook-code/issues/1. When building a user dictionary, it would be helpful to check the number of fields and warn or something when they don't match the system...
From #75: > C. Could you also provide wrapper functions for other fields in mecab_node_t as well? https://taku910.github.io/mecab/doxygen/structmecab__node__t.html some of the attributes like right attribute id, left attribute id, word...
JP Post started distributing a UTF8 version of the main CSV file in June 2023. https://www.post.japanpost.jp/zipcode/dl/utf-zip.html Besides using UTF8, this replaces the weird line continuations with long lines, which is...
It'd be nice to be able to add links without opening them using right-click.
Is there a standard way to select nothing in percol? I've been using `ctrl+c` so far but it prints an error and doesn't clean up the screen.