explosion / weasel

🦦 weasel: A small and easy workflow system
MIT License
67 stars 7 forks source link

Import projects functionality from spaCy #9

Closed svlandeg closed 1 year ago

svlandeg commented 1 year ago

All project-specific code and helper functions copied verbatim from https://github.com/explosion/spaCy/tree/6aa6b86d496c8d9271f42c077a79f9bfb88687ac/spacy/cli/project

This PR is just to have a clean copy over from spaCy. Follow-up PRs will make further adjustements to have weasel be fully Thinc independent & properly integrated with spaCy. We'll also consider moving generic helper functions to either catalogue or confection.

The corresponding WIP spaCy branch is here: https://github.com/svlandeg/spaCy/commits/feature/weasel