Update to Holmes Universe entry (#4679)

* Updated Universe entry for Holmes

* Correction

* Updated model name

* Updated wording
This commit is contained in:
richardpaulhudson 2019-11-21 16:23:24 +01:00 committed by Ines Montani
parent d7f32b285c
commit 8d06386e1e

View File

@ -1679,13 +1679,14 @@
"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": "msg-systems/holmes-extractor",
"url": "https://github.com/msg-systems/holmes-extractor", "url": "https://github.com/msg-systems/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 search, topic matching and supervised document classification.", "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).",
"pip": "holmes-extractor", "pip": "holmes-extractor",
"category": ["conversational", "standalone"], "category": ["conversational", "standalone"],
"tags": ["chatbots", "text-processing"], "tags": ["chatbots", "text-processing"],
"thumb": "https://raw.githubusercontent.com/msg-systems/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_coref_lg')", "holmes_manager = holmes.Manager(model='en_core_web_lg')",
"holmes_manager.register_search_phrase('A big dog chases a cat')", "holmes_manager.register_search_phrase('A big dog chases a cat')",
"holmes_manager.start_chatbot_mode_console()" "holmes_manager.start_chatbot_mode_console()"
], ],