Apply Prettier

This commit is contained in:
Marcus Blättermann 2022-12-20 22:30:43 +01:00
parent df6c4416f8
commit 95443133f6
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
2 changed files with 31 additions and 26 deletions

View File

@ -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"] },