Adriane Boyd

Results 347 comments of Adriane Boyd

As a final step can you format the docs?

prettier: https://github.com/explosion/thinc/tree/master/website#setup-and-installation

And reformat again!

Let me do a last-minute renaming to have new `_v2` instead of renamed `_v1`.

Sorry, I'm not sure exactly what you're asking? Looking at this example (in chapter 2, section 3 under "Vocab, hashes and lexemes") this example code is supposed to throw an...

Maybe we're not looking at the same version of the course? Here's the current version: https://course.spacy.io/en/chapter2 The correct answer is: "The string "Bowie" isn’t in the German vocab, so the...

Can you change all the imports to import from `util` or `api` as much as possible rather than from `_compat`?

It's too late to treat them as actually private, though. I think we should treat everything that was previously in `thinc.util` in a release as part of the public API....

Similar concerns as in https://github.com/explosion/spaCy/pull/11279

Thanks for the note, we should update this to use `jieba`, I suspect.