Skip to content

Commit

Permalink
Merge pull request #5723 from gandersen101/fix-spaczz-universe-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ines authored Jul 8, 2020
2 parents 109849b + 8931338 commit 3d83721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/meta/universe.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d83721

Please sign in to comment.