en-motorinc-nlp


Nameen-motorinc-nlp JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://explosion.ai
SummaryEnglish pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer.
upload_time2024-11-28 09:54:29
maintainerNone
docs_urlNone
authorExplosion
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            English pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer.

| Feature | Description |
| --- | --- |
| **Name** | `en_motorinc_nlp` |
| **Version** | `0.0.3` |
| **spaCy** | `>=3.7.2,<3.8.0` |
| **Default Pipeline** | `tok2vec`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `entity_ruler`, `normalize_engine_displacement` |
| **Components** | `tok2vec`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner`, `entity_ruler`, `normalize_engine_displacement` |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
| **Sources** | [OntoNotes 5](https://catalog.ldc.upenn.edu/LDC2013T19) (Ralph Weischedel, Martha Palmer, Mitchell Marcus, Eduard Hovy, Sameer Pradhan, Lance Ramshaw, Nianwen Xue, Ann Taylor, Jeff Kaufman, Michelle Franchini, Mohammed El-Bachouti, Robert Belvin, Ann Houston)<br>[ClearNLP Constituent-to-Dependency Conversion](https://github.com/clir/clearnlp-guidelines/blob/master/md/components/dependency_conversion.md) (Emory University)<br>[WordNet 3.0](https://wordnet.princeton.edu/) (Princeton University) |
| **License** | `MIT` |
| **Author** | [Explosion](https://explosion.ai) |

### Label Scheme

<details>

<summary>View label scheme (121 labels for 4 components)</summary>

| 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`, `_SP`, ```` |
| **`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` |
| **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |
| **`entity_ruler`** | `Brand`, `EngineDisplacement`, `Feature`, `FeatureCategory`, `FuelType`, `ProductType`, `Vehicle`, `VehicleCategory` |

</details>

### Accuracy

| Type | Score |
| --- | --- |
| `TOKEN_ACC` | 99.86 |
| `TOKEN_P` | 99.57 |
| `TOKEN_R` | 99.58 |
| `TOKEN_F` | 99.57 |
| `TAG_ACC` | 97.25 |
| `SENTS_P` | 92.02 |
| `SENTS_R` | 89.21 |
| `SENTS_F` | 90.59 |
| `DEP_UAS` | 91.75 |
| `DEP_LAS` | 89.87 |
| `ENTS_P` | 84.55 |
| `ENTS_R` | 84.57 |
| `ENTS_F` | 84.56 |

            

Raw data

            {
    "_id": null,
    "home_page": "https://explosion.ai",
    "name": "en-motorinc-nlp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Explosion",
    "author_email": "contact@explosion.ai",
    "download_url": "https://files.pythonhosted.org/packages/ec/29/ebe39beb30fb786e17d271cfc292f699b99d4c899705c1fbd19754effd02/en_motorinc_nlp-0.0.3.tar.gz",
    "platform": null,
    "description": "English pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer.\n\n| Feature | Description |\n| --- | --- |\n| **Name** | `en_motorinc_nlp` |\n| **Version** | `0.0.3` |\n| **spaCy** | `>=3.7.2,<3.8.0` |\n| **Default Pipeline** | `tok2vec`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `entity_ruler`, `normalize_engine_displacement` |\n| **Components** | `tok2vec`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner`, `entity_ruler`, `normalize_engine_displacement` |\n| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |\n| **Sources** | [OntoNotes 5](https://catalog.ldc.upenn.edu/LDC2013T19) (Ralph Weischedel, Martha Palmer, Mitchell Marcus, Eduard Hovy, Sameer Pradhan, Lance Ramshaw, Nianwen Xue, Ann Taylor, Jeff Kaufman, Michelle Franchini, Mohammed El-Bachouti, Robert Belvin, Ann Houston)<br>[ClearNLP Constituent-to-Dependency Conversion](https://github.com/clir/clearnlp-guidelines/blob/master/md/components/dependency_conversion.md) (Emory University)<br>[WordNet 3.0](https://wordnet.princeton.edu/) (Princeton University) |\n| **License** | `MIT` |\n| **Author** | [Explosion](https://explosion.ai) |\n\n### Label Scheme\n\n<details>\n\n<summary>View label scheme (121 labels for 4 components)</summary>\n\n| Component | Labels |\n| --- | --- |\n| **`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`, `_SP`, ```` |\n| **`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` |\n| **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |\n| **`entity_ruler`** | `Brand`, `EngineDisplacement`, `Feature`, `FeatureCategory`, `FuelType`, `ProductType`, `Vehicle`, `VehicleCategory` |\n\n</details>\n\n### Accuracy\n\n| Type | Score |\n| --- | --- |\n| `TOKEN_ACC` | 99.86 |\n| `TOKEN_P` | 99.57 |\n| `TOKEN_R` | 99.58 |\n| `TOKEN_F` | 99.57 |\n| `TAG_ACC` | 97.25 |\n| `SENTS_P` | 92.02 |\n| `SENTS_R` | 89.21 |\n| `SENTS_F` | 90.59 |\n| `DEP_UAS` | 91.75 |\n| `DEP_LAS` | 89.87 |\n| `ENTS_P` | 84.55 |\n| `ENTS_R` | 84.57 |\n| `ENTS_F` | 84.56 |\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "English pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://explosion.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09daa96f72dcd0eb03b52f50345d6eca26ddeb7a275893b50bcbdb2eff0510b9",
                "md5": "4912eb1a96f93f5833fec365faa02c43",
                "sha256": "4a37c78aa106ccdf8bd15c082f5ae4f9b4de0ecfdebb6fb4dad976fb451e77ab"
            },
            "downloads": -1,
            "filename": "en_motorinc_nlp-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4912eb1a96f93f5833fec365faa02c43",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12834214,
            "upload_time": "2024-11-28T09:54:19",
            "upload_time_iso_8601": "2024-11-28T09:54:19.639101Z",
            "url": "https://files.pythonhosted.org/packages/09/da/a96f72dcd0eb03b52f50345d6eca26ddeb7a275893b50bcbdb2eff0510b9/en_motorinc_nlp-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec29ebe39beb30fb786e17d271cfc292f699b99d4c899705c1fbd19754effd02",
                "md5": "f7606099213241690a2fdc3864f122b4",
                "sha256": "7c9437f74131e1ab3aa5d52727f0e60ff3635bf6d30c05ca8e242440c5c8e7ca"
            },
            "downloads": -1,
            "filename": "en_motorinc_nlp-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f7606099213241690a2fdc3864f122b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12847135,
            "upload_time": "2024-11-28T09:54:29",
            "upload_time_iso_8601": "2024-11-28T09:54:29.200750Z",
            "url": "https://files.pythonhosted.org/packages/ec/29/ebe39beb30fb786e17d271cfc292f699b99d4c899705c1fbd19754effd02/en_motorinc_nlp-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-28 09:54:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "en-motorinc-nlp"
}
        
Elapsed time: 0.36278s