Add spacy-partial-tagger to spaCy Universe (#11538)

This commit is contained in:
Taniguchi Yasufumi 2022-09-27 21:11:50 +09:00 committed by GitHub
parent a44b7d4622
commit 9557b0fb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -3984,7 +3984,21 @@
}, },
"category": ["pipeline"], "category": ["pipeline"],
"tags": ["interpretation", "ja"] "tags": ["interpretation", "ja"]
},
{
"id": "spacy-partial-tagger",
"title": "spaCy - Partial Tagger",
"slogan": "Sequence Tagger for Partially Annotated Dataset in spaCy",
"description": "This is a library to build a CRF tagger with a partially annotated dataset in spaCy. You can build your own tagger only from dictionary.",
"github": "doccano/spacy-partial-tagger",
"pip": "spacy-partial-tagger",
"category": ["pipeline", "training"],
"author": "Yasufumi Taniguchi",
"author_links": {
"github": "yasufumy"
}
} }
], ],
"categories": [ "categories": [