removed outdated spacy version for spacymoji

From the documentation of spacymoji (and the requirements.txt) it seems like it is not only for version 2.
This commit is contained in:
Kenneth Enevoldsen 2021-07-17 15:19:43 +02:00 committed by Paul O'Leary McCann
parent 812746464b
commit 2880ae70b0

View File

@ -613,7 +613,7 @@
"id": "spacymoji", "id": "spacymoji",
"slogan": "Emoji handling and meta data as a spaCy pipeline component", "slogan": "Emoji handling and meta data as a spaCy pipeline component",
"github": "ines/spacymoji", "github": "ines/spacymoji",
"description": "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. The extension sets the custom `Doc`, `Token` and `Span` attributes `._.is_emoji`, `._.emoji_desc`, `._.has_emoji` and `._.emoji`.", "description": "spaCy 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. The extension sets the custom `Doc`, `Token` and `Span` attributes `._.is_emoji`, `._.emoji_desc`, `._.has_emoji` and `._.emoji`.",
"pip": "spacymoji", "pip": "spacymoji",
"category": ["pipeline"], "category": ["pipeline"],
"tags": ["emoji", "unicode"], "tags": ["emoji", "unicode"],