How write code and run python's files using spaCy? (using windows)
问题 I want to implement a new model language for spaCY. I have installed spaCy (using the guide of the official web site) on my Windows SO but I haven't understand where and how I could write and run my future files. Help me, Thanks. 回答1: I hope I understand your question correctly: If you only want to use spaCy, you can simply create a Python file, import spacy and run it. However, if you want to add things to the spaCy source – for example to add new language data that doesn't yet exist – you