From d5668cf0d2e98344e7fd0288e362e35e26c26a88 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 6 Nov 2016 13:46:20 +0100 Subject: [PATCH] Add spacy-api-docker to showcase --- website/docs/usage/_data.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/usage/_data.json b/website/docs/usage/_data.json index c67119796..200e22e9a 100644 --- a/website/docs/usage/_data.json +++ b/website/docs/usage/_data.json @@ -84,6 +84,11 @@ "author": "Wah Loon Keng", "description": "Expose spaCy NLP text parsing to Node.js (and other languages) via Socket.IO." }, + "spacy-api-docker": { + "url": "https://github.com/jgontrum/spacy-api-docker", + "author": "Johannes Gontrum", + "description": "spaCy accessed by a REST API, wrapped in a Docker container." + }, "textacy": { "url": "https://github.com/chartbeat-labs/textacy", "author": " Burton DeWilde (Chartbeat)",