Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with some emoji #255

Closed
lsmith77 opened this issue May 9, 2023 · 2 comments
Closed

issues with some emoji #255

lsmith77 opened this issue May 9, 2023 · 2 comments

Comments

@lsmith77
Copy link

lsmith77 commented May 9, 2023

I noticed that some disability related emoji do not seem to be available

emoji.emojize(":person_in_motorized_wheelchair:", use_aliases=True)
emoji.emojize(":person_with_probing_cane:", use_aliases=True)

@cvzi
Copy link
Contributor

cvzi commented May 9, 2023

I think you are using an old version of the module.
The current version on pypi.org 2.2.0 has them,
update with python -m pip install --upgrade emoji==2.2.0

You need to use language="alias" parameter now:

emoji.emojize(":person_in_motorized_wheelchair:", language="alias")
emoji.emojize(":person_with_probing_cane:", language="alias")

@lsmith77
Copy link
Author

lsmith77 commented May 9, 2023

@cvzi ah indeed .. the issue is spacymoji requiring 1.0. will try to get them to support newer versions

@lsmith77 lsmith77 closed this as completed May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants