Skip to content

Commit 05dab51

Browse files
committed
first commit
0 parents  commit 05dab51

39 files changed

+227320
-0
lines changed

__pycache__/spacy.cpython-310.pyc

338 Bytes
Binary file not shown.
348 Bytes
Binary file not shown.

en_core_sci_sm-0.5.4/MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include meta.json
2+
include LICENSE
3+
include LICENSES_SOURCES
4+
include README.md

en_core_sci_sm-0.5.4/PKG-INFO

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
Metadata-Version: 2.1
2+
Name: en_core_sci_sm
3+
Version: 0.5.4
4+
Summary: Spacy Models for Biomedical Text.
5+
Home-page: https://allenai.github.io/SciSpaCy/
6+
Author: Allen Institute for Artificial Intelligence
7+
Author-email: [email protected]
8+
License: CC BY-SA 3.0
9+
Requires-Dist: spacy<3.8.0,>=3.7.4
10+
11+
Spacy Models for Biomedical Text.
12+
13+
| Feature | Description |
14+
| --- | --- |
15+
| **Name** | `en_core_sci_sm` |
16+
| **Version** | `0.5.4` |
17+
| **spaCy** | `>=3.7.4,<3.8.0` |
18+
| **Default Pipeline** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
19+
| **Components** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
20+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
21+
| **Sources** | OntoNotes 5<br>Common Crawl<br>GENIA 1.0 |
22+
| **License** | `CC BY-SA 3.0` |
23+
| **Author** | [Allen Institute for Artificial Intelligence](https://allenai.github.io/SciSpaCy/) |
24+
25+
### Label Scheme
26+
27+
<details>
28+
29+
<summary>View label scheme (98 labels for 3 components)</summary>
30+
31+
| Component | Labels |
32+
| --- | --- |
33+
| **`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`, ```` |
34+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `acomp`, `advcl`, `advmod`, `amod`, `amod@nmod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `cc:preconj`, `ccomp`, `compound`, `compound:prt`, `conj`, `cop`, `csubj`, `dative`, `dep`, `det`, `det:predet`, `dobj`, `expl`, `intj`, `mark`, `meta`, `mwe`, `neg`, `nmod`, `nmod:npmod`, `nmod:poss`, `nmod:tmod`, `nsubj`, `nsubjpass`, `nummod`, `parataxis`, `pcomp`, `pobj`, `preconj`, `predet`, `prep`, `punct`, `quantmod`, `xcomp` |
35+
| **`ner`** | `ENTITY` |
36+
37+
</details>
38+
39+
### Accuracy
40+
41+
| Type | Score |
42+
| --- | --- |
43+
| `TAG_ACC` | 0.00 |
44+
| `LEMMA_ACC` | 0.00 |
45+
| `DEP_UAS` | 0.00 |
46+
| `DEP_LAS` | 0.00 |
47+
| `DEP_LAS_PER_TYPE` | 0.00 |
48+
| `SENTS_P` | 0.00 |
49+
| `SENTS_R` | 0.00 |
50+
| `SENTS_F` | 0.00 |
51+
| `ENTS_F` | 67.95 |
52+
| `ENTS_P` | 68.60 |
53+
| `ENTS_R` | 67.32 |
54+
| `NER_LOSS` | 18662917.16 |

en_core_sci_sm-0.5.4/README.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Spacy Models for Biomedical Text.
2+
3+
| Feature | Description |
4+
| --- | --- |
5+
| **Name** | `en_core_sci_sm` |
6+
| **Version** | `0.5.4` |
7+
| **spaCy** | `>=3.7.4,<3.8.0` |
8+
| **Default Pipeline** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
9+
| **Components** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
10+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
11+
| **Sources** | OntoNotes 5<br>Common Crawl<br>GENIA 1.0 |
12+
| **License** | `CC BY-SA 3.0` |
13+
| **Author** | [Allen Institute for Artificial Intelligence](https://allenai.github.io/SciSpaCy/) |
14+
15+
### Label Scheme
16+
17+
<details>
18+
19+
<summary>View label scheme (98 labels for 3 components)</summary>
20+
21+
| Component | Labels |
22+
| --- | --- |
23+
| **`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`, ```` |
24+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `acomp`, `advcl`, `advmod`, `amod`, `amod@nmod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `cc:preconj`, `ccomp`, `compound`, `compound:prt`, `conj`, `cop`, `csubj`, `dative`, `dep`, `det`, `det:predet`, `dobj`, `expl`, `intj`, `mark`, `meta`, `mwe`, `neg`, `nmod`, `nmod:npmod`, `nmod:poss`, `nmod:tmod`, `nsubj`, `nsubjpass`, `nummod`, `parataxis`, `pcomp`, `pobj`, `preconj`, `predet`, `prep`, `punct`, `quantmod`, `xcomp` |
25+
| **`ner`** | `ENTITY` |
26+
27+
</details>
28+
29+
### Accuracy
30+
31+
| Type | Score |
32+
| --- | --- |
33+
| `TAG_ACC` | 0.00 |
34+
| `LEMMA_ACC` | 0.00 |
35+
| `DEP_UAS` | 0.00 |
36+
| `DEP_LAS` | 0.00 |
37+
| `DEP_LAS_PER_TYPE` | 0.00 |
38+
| `SENTS_P` | 0.00 |
39+
| `SENTS_R` | 0.00 |
40+
| `SENTS_F` | 0.00 |
41+
| `ENTS_F` | 67.95 |
42+
| `ENTS_P` | 68.60 |
43+
| `ENTS_R` | 67.32 |
44+
| `NER_LOSS` | 18662917.16 |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
Metadata-Version: 2.1
2+
Name: en-core-sci-sm
3+
Version: 0.5.4
4+
Summary: Spacy Models for Biomedical Text.
5+
Home-page: https://allenai.github.io/SciSpaCy/
6+
Author: Allen Institute for Artificial Intelligence
7+
Author-email: [email protected]
8+
License: CC BY-SA 3.0
9+
Requires-Dist: spacy<3.8.0,>=3.7.4
10+
11+
Spacy Models for Biomedical Text.
12+
13+
| Feature | Description |
14+
| --- | --- |
15+
| **Name** | `en_core_sci_sm` |
16+
| **Version** | `0.5.4` |
17+
| **spaCy** | `>=3.7.4,<3.8.0` |
18+
| **Default Pipeline** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
19+
| **Components** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
20+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
21+
| **Sources** | OntoNotes 5<br>Common Crawl<br>GENIA 1.0 |
22+
| **License** | `CC BY-SA 3.0` |
23+
| **Author** | [Allen Institute for Artificial Intelligence](https://allenai.github.io/SciSpaCy/) |
24+
25+
### Label Scheme
26+
27+
<details>
28+
29+
<summary>View label scheme (98 labels for 3 components)</summary>
30+
31+
| Component | Labels |
32+
| --- | --- |
33+
| **`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`, ```` |
34+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `acomp`, `advcl`, `advmod`, `amod`, `amod@nmod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `cc:preconj`, `ccomp`, `compound`, `compound:prt`, `conj`, `cop`, `csubj`, `dative`, `dep`, `det`, `det:predet`, `dobj`, `expl`, `intj`, `mark`, `meta`, `mwe`, `neg`, `nmod`, `nmod:npmod`, `nmod:poss`, `nmod:tmod`, `nsubj`, `nsubjpass`, `nummod`, `parataxis`, `pcomp`, `pobj`, `preconj`, `predet`, `prep`, `punct`, `quantmod`, `xcomp` |
35+
| **`ner`** | `ENTITY` |
36+
37+
</details>
38+
39+
### Accuracy
40+
41+
| Type | Score |
42+
| --- | --- |
43+
| `TAG_ACC` | 0.00 |
44+
| `LEMMA_ACC` | 0.00 |
45+
| `DEP_UAS` | 0.00 |
46+
| `DEP_LAS` | 0.00 |
47+
| `DEP_LAS_PER_TYPE` | 0.00 |
48+
| `SENTS_P` | 0.00 |
49+
| `SENTS_R` | 0.00 |
50+
| `SENTS_F` | 0.00 |
51+
| `ENTS_F` | 67.95 |
52+
| `ENTS_P` | 68.60 |
53+
| `ENTS_R` | 67.32 |
54+
| `NER_LOSS` | 18662917.16 |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
MANIFEST.in
2+
README.md
3+
meta.json
4+
setup.py
5+
en_core_sci_sm/__init__.py
6+
en_core_sci_sm/meta.json
7+
en_core_sci_sm.egg-info/PKG-INFO
8+
en_core_sci_sm.egg-info/SOURCES.txt
9+
en_core_sci_sm.egg-info/dependency_links.txt
10+
en_core_sci_sm.egg-info/entry_points.txt
11+
en_core_sci_sm.egg-info/not-zip-safe
12+
en_core_sci_sm.egg-info/requires.txt
13+
en_core_sci_sm.egg-info/top_level.txt
14+
en_core_sci_sm/en_core_sci_sm-0.5.4/README.md
15+
en_core_sci_sm/en_core_sci_sm-0.5.4/config.cfg
16+
en_core_sci_sm/en_core_sci_sm-0.5.4/meta.json
17+
en_core_sci_sm/en_core_sci_sm-0.5.4/tokenizer
18+
en_core_sci_sm/en_core_sci_sm-0.5.4/attribute_ruler/patterns
19+
en_core_sci_sm/en_core_sci_sm-0.5.4/lemmatizer/lookups/lookups.bin
20+
en_core_sci_sm/en_core_sci_sm-0.5.4/ner/cfg
21+
en_core_sci_sm/en_core_sci_sm-0.5.4/ner/model
22+
en_core_sci_sm/en_core_sci_sm-0.5.4/ner/moves
23+
en_core_sci_sm/en_core_sci_sm-0.5.4/parser/cfg
24+
en_core_sci_sm/en_core_sci_sm-0.5.4/parser/model
25+
en_core_sci_sm/en_core_sci_sm-0.5.4/parser/moves
26+
en_core_sci_sm/en_core_sci_sm-0.5.4/tagger/cfg
27+
en_core_sci_sm/en_core_sci_sm-0.5.4/tagger/model
28+
en_core_sci_sm/en_core_sci_sm-0.5.4/tok2vec/cfg
29+
en_core_sci_sm/en_core_sci_sm-0.5.4/tok2vec/model
30+
en_core_sci_sm/en_core_sci_sm-0.5.4/vocab/key2row
31+
en_core_sci_sm/en_core_sci_sm-0.5.4/vocab/lookups.bin
32+
en_core_sci_sm/en_core_sci_sm-0.5.4/vocab/strings.json
33+
en_core_sci_sm/en_core_sci_sm-0.5.4/vocab/vectors
34+
en_core_sci_sm/en_core_sci_sm-0.5.4/vocab/vectors.cfg
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[spacy_models]
2+
en_core_sci_sm = en_core_sci_sm
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
spacy<3.8.0,>=3.7.4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
en_core_sci_sm
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from pathlib import Path
2+
from spacy.util import load_model_from_init_py, get_model_meta
3+
4+
5+
6+
__version__ = get_model_meta(Path(__file__).parent)['version']
7+
8+
9+
def load(**overrides):
10+
return load_model_from_init_py(__file__, **overrides)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Spacy Models for Biomedical Text.
2+
3+
| Feature | Description |
4+
| --- | --- |
5+
| **Name** | `en_core_sci_sm` |
6+
| **Version** | `0.5.4` |
7+
| **spaCy** | `>=3.7.4,<3.8.0` |
8+
| **Default Pipeline** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
9+
| **Components** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` |
10+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
11+
| **Sources** | OntoNotes 5<br>Common Crawl<br>GENIA 1.0 |
12+
| **License** | `CC BY-SA 3.0` |
13+
| **Author** | [Allen Institute for Artificial Intelligence](https://allenai.github.io/SciSpaCy/) |
14+
15+
### Label Scheme
16+
17+
<details>
18+
19+
<summary>View label scheme (98 labels for 3 components)</summary>
20+
21+
| Component | Labels |
22+
| --- | --- |
23+
| **`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`, ```` |
24+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `acomp`, `advcl`, `advmod`, `amod`, `amod@nmod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `cc:preconj`, `ccomp`, `compound`, `compound:prt`, `conj`, `cop`, `csubj`, `dative`, `dep`, `det`, `det:predet`, `dobj`, `expl`, `intj`, `mark`, `meta`, `mwe`, `neg`, `nmod`, `nmod:npmod`, `nmod:poss`, `nmod:tmod`, `nsubj`, `nsubjpass`, `nummod`, `parataxis`, `pcomp`, `pobj`, `preconj`, `predet`, `prep`, `punct`, `quantmod`, `xcomp` |
25+
| **`ner`** | `ENTITY` |
26+
27+
</details>
28+
29+
### Accuracy
30+
31+
| Type | Score |
32+
| --- | --- |
33+
| `TAG_ACC` | 0.00 |
34+
| `LEMMA_ACC` | 0.00 |
35+
| `DEP_UAS` | 0.00 |
36+
| `DEP_LAS` | 0.00 |
37+
| `DEP_LAS_PER_TYPE` | 0.00 |
38+
| `SENTS_P` | 0.00 |
39+
| `SENTS_R` | 0.00 |
40+
| `SENTS_F` | 0.00 |
41+
| `ENTS_F` | 67.95 |
42+
| `ENTS_P` | 68.60 |
43+
| `ENTS_R` | 67.32 |
44+
| `NER_LOSS` | 18662917.16 |
Binary file not shown.

0 commit comments

Comments
 (0)