From 8d06386e1e2a46ac1d33c903a7c8c226016033fd Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Thu, 21 Nov 2019 16:23:24 +0100 Subject: [PATCH] Update to Holmes Universe entry (#4679) * Updated Universe entry for Holmes * Correction * Updated model name * Updated wording --- website/meta/universe.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 40ebfaaa7..98a7807ca 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1679,13 +1679,14 @@ "slogan": "Information extraction from English and German texts based on predicate logic", "github": "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", "category": ["conversational", "standalone"], "tags": ["chatbots", "text-processing"], + "thumb": "https://raw.githubusercontent.com/msg-systems/holmes-extractor/master/docs/holmes_thumbnail.png", "code_example": [ "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.start_chatbot_mode_console()" ],