Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 17, 2019
1 parent 0fa97d7 commit 5bed0b6
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ Yields:
{ name: 'black_heart', emoji: '🖤', polarity: 3 } ]
```

Note the information is intentionally limited. Check out
[`gemoji`][gemoji] for more info: tags, descriptions, names, etc.
Note the information is intentionally limited.
Check out [`gemoji`][gemoji] for more info: tags, descriptions, names, etc.

## Data

The contained emoji are the faces and cats defined by [Unicode][].
The polarity was hand classified (by one person) based on the names of
these emoji (sometimes synonyms) and their [AFINN-169][] values.
Special care was given to **not** classify based on the images (as
different vendors use different pictograms), but only on words and how
The included emoji are the faces and cats defined by [Unicode][].
The polarity was hand classified (by one person) based on the names of these
emoji (sometimes synonyms) and their [AFINN-169][] values.
Special care was given to **not** classify based on the images (as [different
vendors use different pictograms][checkmoji]), but only on words and how
they are used.

Note that some emoji receive arguably confusing polarities, such as
`stuck_out_tongue_closed_eyes` (`0`), due to being used for both
positive and negative emotions.
`stuck_out_tongue_closed_eyes` (`0`), due to being used for both positive and
negative emotions.

No images are included in this repositorythe copyrighted material
No images are included in this repository: the copyrighted material
may or may not be available on the users computer.

## Support
Expand Down Expand Up @@ -208,3 +208,5 @@ may or may not be available on the users computer.
[unicode]: http://www.unicode.org/Public/emoji/1.0/full-emoji-list.html

[afinn-169]: https://github.com/words/afinn-169

[checkmoji]: https://wooorm.com/checkmoji/

0 comments on commit 5bed0b6

Please sign in to comment.