mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 12:50:20 +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": {
|
||||
"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": {
|
||||
"token.ent_iob": { "assigns": [], "requires": ["entity_linker"] },
|
||||
|
|
Loading…
Reference in New Issue
Block a user