masashi-y / depccg

A* CCG Parser with a Supertag and Dependency Factored Model
MIT License
93 stars 28 forks source link

WIP: spaCy 3 compatibility #18

Open niklaskorz opened 3 years ago

niklaskorz commented 3 years ago

In spaCy 3, the shortcut name en has been removed. The default English model can now only be accessed by its real name en_core_web_sm. The same name works in spaCy 2, so this works in both major versions. Also, the n_threads parameter for the training pipeline has been removed in spaCy 3.