We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ImportError Traceback (most recent call last) in <cell line: 1>() ----> 1 from camel_tools.tokenizers.morphological import MorphologicalTokenizer 2 from camel_tools.disambig.mle import MLEDisambiguator 3 import re 4 5 punctuationPattern = r"([*|,-#!<&>_+{:/$\=()?؟.،'}%";[]])"
2 frames /usr/local/lib/python3.10/dist-packages/camel_tools/utils/charsets.py in 29 import unicodedata 30 ---> 31 from emoji import EMOJI_DATA 32 33
ImportError: cannot import name 'EMOJI_DATA' from 'emoji' (/usr/local/lib/python3.10/dist-packages/emoji/init.py)
The text was updated successfully, but these errors were encountered:
owo
No branches or pull requests
ImportError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from camel_tools.tokenizers.morphological import MorphologicalTokenizer
2 from camel_tools.disambig.mle import MLEDisambiguator
3 import re
4
5 punctuationPattern = r"([*|,-#!<&>_+{:/$\=()?؟.،'}%";[]])"
2 frames
/usr/local/lib/python3.10/dist-packages/camel_tools/utils/charsets.py in
29 import unicodedata
30
---> 31 from emoji import EMOJI_DATA
32
33
ImportError: cannot import name 'EMOJI_DATA' from 'emoji' (/usr/local/lib/python3.10/dist-packages/emoji/init.py)
The text was updated successfully, but these errors were encountered: