From fb89f6792b050707027f3e850652754bb9f0530b Mon Sep 17 00:00:00 2001 From: tamuhey Date: Tue, 22 Oct 2019 21:38:17 +0900 Subject: [PATCH 1/3] refactor: remove unused variable (#4499) --- spacy/gold.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/gold.pyx b/spacy/gold.pyx index 1e626c4ed..990440f59 100644 --- a/spacy/gold.pyx +++ b/spacy/gold.pyx @@ -497,7 +497,6 @@ def _json_iterate(loc): def iob_to_biluo(tags): out = [] - curr_label = None tags = list(tags) while tags: out.extend(_consume_os(tags)) From 8a7a30ea1dd2287202bba200e0e44ccf81a6aa5b Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Tue, 22 Oct 2019 05:50:40 -0700 Subject: [PATCH 2/3] Add cookiecutter-spacy-fastapi to spacy universe (#4498) --- website/meta/universe.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/meta/universe.json b/website/meta/universe.json index 1acaf8ada..0ec0fb910 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1800,6 +1800,21 @@ "author_links": { "github": "microsoft" } + }, + { + "id": "cookiecutter-spacy-fastapi", + "title": "cookiecutter-spacy-fastapi", + "slogan": "Docker-based cookiecutter for easy spaCy APIs using FastAPI", + "description": "Docker-based cookiecutter for easy spaCy APIs using FastAPI. The default endpoints expect batch requests with a list of Records in the Azure Search Cognitive Skill format. So out of the box, this cookiecutter can be setup as a Custom Cognitive Skill. For more on Azure Search and Cognitive Skills see: https://docs.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-interface", + "url": "https://github.com/microsoft/cookiecutter-spacy-fastapi", + "image": "https://raw.githubusercontent.com/microsoft/cookiecutter-spacy-fastapi/master/images/cookiecutter-docs.png", + "github": "microsoft/cookiecutter-spacy-fastapi", + "category": ["apis"], + "thumb": "https://avatars0.githubusercontent.com/u/6154722", + "author": "Microsoft", + "author_links": { + "github": "microsoft" + } } ], From 388ea0306594ebfd860706e4d4e21d7008bf4575 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 22 Oct 2019 14:54:47 +0200 Subject: [PATCH 3/3] Update universe.json [ci skip] --- 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 0ec0fb910..bc8a27a1a 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1805,7 +1805,7 @@ "id": "cookiecutter-spacy-fastapi", "title": "cookiecutter-spacy-fastapi", "slogan": "Docker-based cookiecutter for easy spaCy APIs using FastAPI", - "description": "Docker-based cookiecutter for easy spaCy APIs using FastAPI. The default endpoints expect batch requests with a list of Records in the Azure Search Cognitive Skill format. So out of the box, this cookiecutter can be setup as a Custom Cognitive Skill. For more on Azure Search and Cognitive Skills see: https://docs.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-interface", + "description": "Docker-based cookiecutter for easy spaCy APIs using FastAPI. The default endpoints expect batch requests with a list of Records in the Azure Search Cognitive Skill format. So out of the box, this cookiecutter can be setup as a Custom Cognitive Skill. For more on Azure Search and Cognitive Skills [see this page](https://docs.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-interface).", "url": "https://github.com/microsoft/cookiecutter-spacy-fastapi", "image": "https://raw.githubusercontent.com/microsoft/cookiecutter-spacy-fastapi/master/images/cookiecutter-docs.png", "github": "microsoft/cookiecutter-spacy-fastapi",