Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Adds Emoji classifier using Doc.match #62

Merged
merged 1 commit into from Nov 6, 2018
Merged

Adds Emoji classifier using Doc.match #62

merged 1 commit into from Nov 6, 2018

Conversation

dodijk
Copy link
Member

@dodijk dodijk commented Aug 28, 2018

Adds a matcher for emojis with sentiment scores.

Open for debate is how to work with a dataset like we do in this PR. Based on a quick round of related packages, my proposal is to include those in textpipe/data/*.py files.

@dodijk dodijk force-pushed the feature/emoji branch 3 times, most recently from cf94a52 to b3f21a8 Compare August 28, 2018 09:29
@dodijk dodijk changed the title WIP Adds Emoji classifier using Doc.match Adds Emoji classifier using Doc.match Aug 28, 2018
@dodijk dodijk requested a review from anneschuth August 28, 2018 09:35
@dodijk dodijk changed the base branch from feature/spacy-matcher to master August 28, 2018 12:50
Copy link
Member

@anneschuth anneschuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure how to do this. Obviously there's a limit to the size of the data you'd want to add in this way. Not sure where that lies, but something in the order of 1K lines seems fine.

@graus graus assigned graus and unassigned graus Sep 14, 2018
@graus graus self-requested a review September 14, 2018 11:26
Copy link
Member

@graus graus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong opinion. I suppose having this data in a more 'general purpose/standardized'-format (e.g., .csv or something standard) would be nice, with adding a function to read it.

But, I presume your scan of related packages means this is fine too. Not too bothered either way!

@dodijk dodijk merged commit 3a2bbc3 into master Nov 6, 2018
@dodijk dodijk deleted the feature/emoji branch November 6, 2018 16:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants