mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-29 03:16:31 +03:00
Merge branch 'master' into spacy.io
This commit is contained in:
commit
15af22d3f0
|
@ -6,6 +6,7 @@
|
|||
"slogan": "Use the latest Stanza (StanfordNLP) research models directly in spaCy",
|
||||
"description": "This package wraps the Stanza (formerly StanfordNLP) library, so you can use Stanford's models as a spaCy pipeline. Using this wrapper, you'll be able to use the following annotations, computed by your pretrained `stanza` model:\n\n- Statistical tokenization (reflected in the `Doc` and its tokens)\n - Lemmatization (`token.lemma` and `token.lemma_`)\n - Part-of-speech tagging (`token.tag`, `token.tag_`, `token.pos`, `token.pos_`)\n - Dependency parsing (`token.dep`, `token.dep_`, `token.head`)\n - Named entity recognition (`doc.ents`, `token.ent_type`, `token.ent_type_`, `token.ent_iob`, `token.ent_iob_`)\n - Sentence segmentation (`doc.sents`)",
|
||||
"github": "explosion/spacy-stanza",
|
||||
"pip": "spacy-stanza",
|
||||
"thumb": "https://i.imgur.com/myhLjMJ.png",
|
||||
"code_example": [
|
||||
"import stanza",
|
||||
|
|
Loading…
Reference in New Issue
Block a user