Closed bdura closed 1 year ago
Thanks for the input, I will get on it!
One other suggestion I have is this: while we go through changes here, it might make sense to think about the related changes needed on the spaCy branch. If you could review https://github.com/explosion/spaCy/pull/12456 first, then after that we can have PRs to https://github.com/explosion/spaCy/tree/feature/weasel, I think it might be easier to do these in parallel bit by bit?
Because the app
thing from this PR will be closely related to how we need to get spacy projects
up and running again, right?
Description
This PR creates a new entrypoint
weasel
, and enablespython -m weasel
.It also ports
spacy project
-related tests to Weasel, and adapts them to the new tool.