mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
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:
parent
812746464b
commit
2880ae70b0
|
@ -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"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user