From 905b2c96bbde184fbd64c0f48cb40a26f289e611 Mon Sep 17 00:00:00 2001 From: Daniel Go <32347454+danielgo13@users.noreply.github.com> Date: Thu, 10 Oct 2019 10:20:43 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4b494d..5fc90e0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Use the folder id_ud-tag-dep-ner-1.0.0 for accessing the model. Just copy the folder to your project and call spacy.load(“id_ud-tag-dep-ner-1.0.0”). ## API -I've made a public API for you to try, check my repo first: `https://github.com/danielgo13/dep-ner-api` +I've made a public API for you to try, check my repo first: `https://github.com/danielgo13/spacyndo-rest-api` ## GraphQL I've also made a public GraphQL that you can try or implement in your web `spacy-id-ql.herokuapp.com/graphql`