TakeLab / spacy-udpipe

spaCy + UDPipe
MIT License
159 stars 11 forks source link

Revert "spaCy v3.0 support" #34

Closed asajatovic closed 3 years ago

asajatovic commented 3 years ago

Reverts TakeLab/spacy-udpipe#33

asajatovic commented 3 years ago

@KoichiYasuoka Reverting #33 because of serialization test failure. Proper support for spaCy v3 needs working serialization and this requires a refactor and breaking support for spaCy versions < 0.3.0 in future releases. Should have caught this before merging. The issue manifests when updating line 57 to "spacy>=2.1.0,<4.0.0".