From 0daf2422a3ff71480c9cd2a9b5718214b923f508 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 11 May 2019 17:48:07 +0200 Subject: [PATCH] Auto-format --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 5ebacf9b8..7d0aa08f9 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1361,7 +1361,7 @@ "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.", "pip": "holmes-extractor", "category": ["conversational", "research", "standalone"], - "tags": ["chatbots", "text-processing"], + "tags": ["chatbots", "text-processing"], "code_example": [ "import holmes_extractor as holmes", "holmes_manager = holmes.Manager(model='en_coref_lg')",