Fix quote issue in spaczz universe.json

This commit is contained in:
gandersen101 2020-07-07 19:16:28 -05:00 committed by Ines Montani
parent f1653d281f
commit 9ce10207bf

View File

@ -40,7 +40,7 @@
"ruler.add_patterns([{'label': 'PERSON', 'pattern': 'Bill Gates', 'type': 'fuzzy'}])",
"nlp.add_pipe(ruler)",
"",
"doc = nlp('Oops, I spelled Bill Gattes' name wrong.')",
"doc = nlp('Oops, I spelled Bill Gatez wrong.')",
"print([(ent.text, ent.start, ent.end, ent.label_) for ent in doc.ents])"
],
"code_language": "python",