Abhijit-2592/spacy-langdetect

Support for SpaCy 3

Closed this issue · 2 comments

Hey! I'm just wondering if there will be support for the new SpaCy version 3?

Thanks!

If it helps, I think the main change needed is adding this decorator to it:
https://spacy.io/usage/v3#migrating-add-pipe

@davidrs Thanks!
I have gone now with solution using pycld2. This is pretty fast and can also be used with the decorator you mentioned.

Thanks anyway!