Skip to content

Releases: explosion/spacymoji

v3.1.0

10 May 15:57
408d047
Compare
Choose a tag to compare
  • Switch to emoji v2.x.
  • Update package setup.

v3.0.0

19 Apr 07:37
Compare
Choose a tag to compare
  • Support spaCy v3.0.

Thanks to @buhrmann for the pull request!

v2.0.0

09 Apr 08:57
Compare
Choose a tag to compare
  • Add option to force overwriting.
  • Update for spaCy v2.1 and use Doc.retokenize API for merging.

v1.0.0: Update for spaCy v2.0+

09 Dec 09:18
Compare
Choose a tag to compare

Update spacymoji to work with spacy>=2.0.0 instead of spacy-nightly.

Introducing spacymoji

12 Oct 21:45
Compare
Choose a tag to compare

spaCy v2.0 extension and pipeline component for adding emoji meta data to Doc objects. Detects emoji consisting of one or more unicode characters, and can optionally merge multi-char emoji (combined pictures, emoji with skin tone modifiers) into one token. Human-readable emoji descriptions are added as a custom attribute, and an optional lookup table can be provided for your own descriptions.

Disclaimer: This extension only works in spaCy v2.0 (currently in alpha) and is still experimental.