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

clean 함수 수정 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

clean 함수 수정 #8

wants to merge 1 commit into from

Conversation

mirageoasis
Copy link

clean 함수에서
emoji 의 2.0 버전 업데이트에 따라서

emojis = ''.join(emoji.UNICODE_EMOJI.keys()) 

emojis = ''.join(emoji.EMOJI_DATA.keys()) 

로 바꿔야 할 것 같습니다.

그렇지 않으면 module 'emoji' has no attribute 'UNICODE_EMOJI' 가 뜹니다.

만약에 pull request 받아주시면 colab 파일도 수정 부탁 드립니다.

clean 함수에서
emoji 의 2.0 버전 업데이트에 따라서 
emojis = ''.join(emoji.UNICODE_EMOJI.keys()) 를

emojis = ''.join(emoji.EMOJI_DATA.keys()) 로 바꿔야한다.
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

Successfully merging this pull request may close these issues.

None yet

1 participant