github explosion/spacy-models en_core_web_sm-3.0.0

Downloads Downloads (wheel)

Details: https://spacy.io/models/en#en_core_web_sm

Checksum .tar.gz: 0673b3ce4a28a19e99dc0fc3f8f7fe67b936c41749e6b70f778ec5f9f78f3a66
Checksum .whl: dfba97b3cb5c177f60c4087a5b4f5c9d7f5c0fce7150d8aa7c0aab4eb4811a07

English pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer.

Feature Description
Name en_core_web_sm
Version 3.0.0
spaCy >=3.0.0,<3.1.0
Model size 13 MB
Default Pipeline tok2vec, tagger, parser, ner, attribute_ruler, lemmatizer
Components tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer
Vectors 0 keys, 0 unique vectors (0 dimensions)
Sources OntoNotes 5
License MIT
Author Explosion

Label Scheme

View label scheme (114 labels for 4 components)
Component Labels
tagger $, '', ,, -LRB-, -RRB-, ., :, ADD, AFX, CC, CD, DT, EX, FW, HYPH, IN, JJ, JJR, JJS, LS, MD, NFP, NN, NNP, NNPS, NNS, PDT, POS, PRP, PRP$, RB, RBR, RBS, RP, SYM, TO, UH, VB, VBD, VBG, VBN, VBP, VBZ, WDT, WP, WP$, WRB, XX, ````
parser ROOT, acl, acomp, advcl, advmod, agent, amod, appos, attr, aux, auxpass, case, cc, ccomp, compound, conj, csubj, csubjpass, dative, dep, det, dobj, expl, intj, mark, meta, neg, nmod, npadvmod, nsubj, nsubjpass, nummod, oprd, parataxis, pcomp, pobj, poss, preconj, predet, prep, prt, punct, quantmod, relcl, xcomp
senter I, S
ner CARDINAL, DATE, EVENT, FAC, GPE, LANGUAGE, LAW, LOC, MONEY, NORP, ORDINAL, ORG, PERCENT, PERSON, PRODUCT, QUANTITY, TIME, WORK_OF_ART

Accuracy

Type Score
TOKEN_ACC 99.93
TAG_ACC 97.21
DEP_UAS 91.63
DEP_LAS 89.77
ENTS_P 84.83
ENTS_R 83.54
ENTS_F 84.18
SENTS_P 89.79
SENTS_R 87.55
SENTS_F 88.66

Installation

pip install spacy
python -m spacy download en_core_web_sm

Don't miss a new spacy-models release

NewReleases is sending notifications on new releases.