Skip to content

Commit 64b8ee2

Browse files
authored
Update universe.json (#12904)
* Update universe.json added hobbit-spacy to the universe json * Update universe.json removed displacy from hobbit-spacy and added a default text.
1 parent d50b8d5 commit 64b8ee2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

website/meta/universe.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4444,6 +4444,31 @@
44444444
},
44454445
"category": ["pipeline", "standalone", "scientific"],
44464446
"tags": ["ner"]
4447+
},
4448+
{
4449+
"id": "hobbit-spacy",
4450+
"title": "Hobbit spaCy",
4451+
"slogan": "NLP for Middle Earth",
4452+
"description": "Hobbit spaCy is a custom spaCy pipeline designed specifically for working with Middle Earth and texts from the world of J.R.R. Tolkien.",
4453+
"github": "wjbmattingly/hobbit-spacy",
4454+
"pip": "en-hobbit",
4455+
"code_example": [
4456+
"import spacy",
4457+
"",
4458+
"nlp = spacy.load('en_hobbit')",
4459+
"doc = nlp('Frodo saw Glorfindel and Glóin; and in a corner alone Strider was sitting, clad in his old travel - worn clothes again')"
4460+
],
4461+
"code_language": "python",
4462+
"thumb": "https://github.com/wjbmattingly/hobbit-spacy/blob/main/images/hobbit-thumbnail.png?raw=true",
4463+
"image": "https://github.com/wjbmattingly/hobbit-spacy/raw/main/images/hobbitspacy.png",
4464+
"author": "W.J.B. Mattingly",
4465+
"author_links": {
4466+
"twitter": "wjb_mattingly",
4467+
"github": "wjbmattingly",
4468+
"website": "https://wjbmattingly.com"
4469+
},
4470+
"category": ["pipeline", "standalone"],
4471+
"tags": ["spans", "rules", "ner"]
44474472
}
44484473
],
44494474

0 commit comments

Comments
 (0)