explosion / spacymoji

💙 Emoji handling and meta data for spaCy with custom extension attributes
https://spacy.io
MIT License
180 stars 20 forks source link

update to support emoji > 2.0 #17

Closed lsmith77 closed 1 year ago

lsmith77 commented 1 year ago

relates to https://github.com/carpedm20/emoji/issues/255

bdura commented 1 year ago

Hello @lsmith77, thanks for your suggestion. We'll need to check that this change does not break anything.

lsmith77 commented 1 year ago

I do suspect that it will require some changes unfortunately to support 2.x, while 1.x might be fine

https://github.com/carpedm20/emoji/blob/master/CHANGES.md#v200-2022-06-30

I would however think that given the relative age of the below 2.x releases it is not a requirement for this package to support those older versions.

adrianeboyd commented 1 year ago

Please try out spacymoji v3.1.0, which uses emoji v2.x.

lsmith77 commented 1 year ago

yup. works nicely. thx