Blank Project Template / NLP Project Migration Option #7401
Replies: 1 comment 1 reply
-
Oh wow, this wizard is super cool 😍 Thanks for sharing! I think we initially considered adding a
I really like that idea and I'm very keen to explore this further 🤓 What did your not-yet-spaCy project look like, was it mostly standalone scripts? If so, maybe the wizard could ask the user to provide the path to each script and whether the script requires any inputs/produces any outputs and then generate a command for each script. It could also ask about any input data files (local paths or URLs) and add them to the If the migration toolkit/wizard lives in a separate package, it's also much easier to keep it up to date and make it use other libraries and tools. For example, we wouldn't want to include |
Beta Was this translation helpful? Give feedback.
-
I had an existing NLP project that didn't make heavy use of a spaCy pipeline, but I wanted to start transferring over to v3 and start integrating. None of the templates for projects really fit my use case, so I found myself removing most of what was in an existing template on the project repo. Because of this, I was wondering:
project.yml
file?I also did a bit of my own problem solving and built my own tool for this use case because I wanted to try out questionary. It's fairly simple, but should be easy enough for to adapt to whatever is necessary if it's helpful.
🔗 https://github.com/pmbaumgartner/spacy-v3-project-startup
Beta Was this translation helpful? Give feedback.
All reactions