Skip to content

Commit 56d4055

Browse files
author
Philip Vollet
authored
Merge pull request explosion#10880 from richardpaulhudson/website/holmes-update
Update Holmes entry in universe.json
2 parents 09a5f03 + d421836 commit 56d4055

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/meta/universe.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,13 +2799,13 @@
27992799
"id": "holmes",
28002800
"title": "Holmes",
28012801
"slogan": "Information extraction from English and German texts based on predicate logic",
2802-
"github": "msg-systems/holmes-extractor",
2803-
"url": "https://github.com/msg-systems/holmes-extractor",
2804-
"description": "Holmes is a Python 3 library that supports a number of use cases involving information extraction from English and German texts, including chatbot, structural extraction, topic matching and supervised document classification. There is a [website demonstrating intelligent search based on topic matching](https://holmes-demo.xt.msg.team).",
2802+
"github": "explosion/holmes-extractor",
2803+
"url": "https://github.com/explosion/holmes-extractor",
2804+
"description": "Holmes is a Python 3 library that supports a number of use cases involving information extraction from English and German texts, including chatbot, structural extraction, topic matching and supervised document classification. There is a [website demonstrating intelligent search based on topic matching](https://demo.holmes.prod.demos.explosion.services).",
28052805
"pip": "holmes-extractor",
2806-
"category": ["conversational", "standalone"],
2806+
"category": ["pipeline", "standalone"],
28072807
"tags": ["chatbots", "text-processing"],
2808-
"thumb": "https://raw.githubusercontent.com/msg-systems/holmes-extractor/master/docs/holmes_thumbnail.png",
2808+
"thumb": "https://raw.githubusercontent.com/explosion/holmes-extractor/master/docs/holmes_thumbnail.png",
28092809
"code_example": [
28102810
"import holmes_extractor as holmes",
28112811
"holmes_manager = holmes.Manager(model='en_core_web_lg')",

0 commit comments

Comments
 (0)