Describe the bug
The emoticon D: is found in "Ticket ID: 99" where it should not have been.
To Reproduce
Steps to reproduce the behavior:
import emot
emot_extractor = emot.core.emot()
text = """Ticket ID: 99"""
emoticons = emot_extractor.emoticons(text)
>>> {'value': ['D:'], 'location': [[8, 10]], 'mean': ['Sadness'], 'flag': True}
Expected behavior
Nothing should be found
Desktop (please complete the following information):
- OS: ubuntu 18.04
- Version
emot=2.1 and emot=3.1
Describe the bug
The emoticon
D:is found in"Ticket ID: 99"where it should not have been.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Nothing should be found
Desktop (please complete the following information):
emot=2.1andemot=3.1