mirror of https://github.com/explosion/spaCy.git
fix misprint in tags
This commit is contained in:
parent
8940e0baca
commit
c1927fe994
|
@ -661,7 +661,7 @@
|
||||||
"## Check also span._.types, span._.aliases, span._.rank"
|
"## Check also span._.types, span._.aliases, span._.rank"
|
||||||
],
|
],
|
||||||
"category": ["models", "pipeline"],
|
"category": ["models", "pipeline"],
|
||||||
"tags": ["NER", "NEL"]
|
"tags": ["NER", "NEL"],
|
||||||
"author": "Renat Shigapov",
|
"author": "Renat Shigapov",
|
||||||
"author_links": {
|
"author_links": {
|
||||||
"twitter": "_shigapov",
|
"twitter": "_shigapov",
|
||||||
|
|
Loading…
Reference in New Issue