mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Apply Prettier
This commit is contained in:
parent
df6c4416f8
commit
95443133f6
|
@ -798,7 +798,12 @@ doesn't, the pipeline analysis won't catch that.
|
||||||
},
|
},
|
||||||
"problems": {
|
"problems": {
|
||||||
"tagger": [],
|
"tagger": [],
|
||||||
"entity_linker": ["doc.ents", "doc.sents", "token.ent_iob", "token.ent_type"]
|
"entity_linker": [
|
||||||
|
"doc.ents",
|
||||||
|
"doc.sents",
|
||||||
|
"token.ent_iob",
|
||||||
|
"token.ent_type"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"attrs": {
|
"attrs": {
|
||||||
"token.ent_iob": { "assigns": [], "requires": ["entity_linker"] },
|
"token.ent_iob": { "assigns": [], "requires": ["entity_linker"] },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user