Skip to content

Emoticon identified where it should not have been #34

Description

@CFLJacquet

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions