mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Update Holmes entry in universe.json
This commit is contained in:
parent
09a5f03dd7
commit
d4218366c5
|
@ -2799,13 +2799,13 @@
|
||||||
"id": "holmes",
|
"id": "holmes",
|
||||||
"title": "Holmes",
|
"title": "Holmes",
|
||||||
"slogan": "Information extraction from English and German texts based on predicate logic",
|
"slogan": "Information extraction from English and German texts based on predicate logic",
|
||||||
"github": "msg-systems/holmes-extractor",
|
"github": "explosion/holmes-extractor",
|
||||||
"url": "https://github.com/msg-systems/holmes-extractor",
|
"url": "https://github.com/explosion/holmes-extractor",
|
||||||
"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).",
|
"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).",
|
||||||
"pip": "holmes-extractor",
|
"pip": "holmes-extractor",
|
||||||
"category": ["conversational", "standalone"],
|
"category": ["pipeline", "standalone"],
|
||||||
"tags": ["chatbots", "text-processing"],
|
"tags": ["chatbots", "text-processing"],
|
||||||
"thumb": "https://raw.githubusercontent.com/msg-systems/holmes-extractor/master/docs/holmes_thumbnail.png",
|
"thumb": "https://raw.githubusercontent.com/explosion/holmes-extractor/master/docs/holmes_thumbnail.png",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"import holmes_extractor as holmes",
|
"import holmes_extractor as holmes",
|
||||||
"holmes_manager = holmes.Manager(model='en_core_web_lg')",
|
"holmes_manager = holmes.Manager(model='en_core_web_lg')",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user