mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-03 22:06:37 +03:00
Merge branch 'master' into spacy.io
This commit is contained in:
commit
4909f478ce
|
@ -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))
|
||||
|
|
|
@ -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 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",
|
||||
"category": ["apis"],
|
||||
"thumb": "https://avatars0.githubusercontent.com/u/6154722",
|
||||
"author": "Microsoft",
|
||||
"author_links": {
|
||||
"github": "microsoft"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user