Matthew Honnibal

Results 120 comments of Matthew Honnibal

@sanmai-NL Everything's ready but I haven't been able to upload to PyPi, as we've been at our upload limit: https://github.com/pypi/support/issues/5600#issuecomment-2750727717 Fortunately this is getting resolved now.

I can't extend this to old versions no -- so agreed, closing.

Hi @cmaureir, thanks for your attention to this. An increase to 30gb to unblock us for now would definitely help for now. As for the limited API, I haven't considered...

There was a problem with the metadata on that release. It shouldn't list support for older Pythons. I've yanked the release and am rebuilding. Python only allows you to have...

Unfortunately we have to keep dropping support for older versions, as they stop working on the CI we use to build. With Python versions being released every year, the compatibility...

@hynky1999 Are the Japanese morphological tags open-class, or are they a closed set? I've assumed that the morphology tags are a closed set and can be added to the string-store...

Thanks for looking at this! It's interesting. Could you give some context to the motivation for this? I've been assuming that mostly this library is used within Explosion's ecosystem. Are...

Thanks for the report. I'll have a look at this.

Is it possible you're removing an element during iteration? From the implementation this wouldn't be expected to work: https://github.com/explosion/spaCy/blob/master/spacy/tokens/span_group.pyx#L113