@datagica/parse-cells

0.0.1 • Public • Published

Parse Cells

If a cell, license or copyright is missing you can create a pull request

Installation

$ npm i @datagica/parse-cells

Usage

Example:

await parse('I am studying the gastric delomorphous cell')

Output:

[
  {
    "ngram": "gastric delomorphous cell",
    "value": {
      "id": "gastric-gland-oxyntic-cell",
      "label": {
        "en": "Gastric gland oxyntic cell"
      },
      "description": {
        "en": "Gastric gland oxyntic cells are epithelial cells that secrete hydrochloric acid."
      },
      "roles": {
        "en": [
          "gastric factor secretion",
          "intrinsic factor secretion",
          "hydrochloric acid secretion"
        ]
      },
      "keywords": [
        "hydrochloric acid",
        "gastric factor",
        "intrinsic factor"
      ],
      "locations": [
        "glandulae gastricae",
        "stomach",
        "ventriculus"
      ],
      "latine-name": "exocrinocytus parietalis",
      "germlayer": "endoderm",
      "category": "exocrine secretory epithelial cell",
      "aliases": {
        "en": [
          "parietal cell",
          "parietal cells",
          "delomorphous cell",
          "delomorphous cells",
          "oxyntic cell",
          "oxyntic cells",
          "gastric delomorphous cell",
          "gastric delomorphous cells",
          "gastric oxyntic cell",
          "gastric oxyntic cells",
          "gastric glands oxyntic cell",
          "gastric glands oxyntic cells",
          "gastric gland oxyntic cell",
          "gastric gland oxyntic cells"
        ],
      },
    },
    "score": 1,
    "position": {
      "sentence": 0,
      "word": 4,
      "begin": 18,
      "end": 43
    }
  }
]

TODO

https://en.wikipedia.org/wiki/List_of_distinct_cell_types_in_the_adult_human_body

  • endoderm: DONE
  • ectoderm: TODO
  • mesoderm: TODO

Readme

Keywords

none

Package Sidebar

Install

npm i @datagica/parse-cells

Weekly Downloads

4

Version

0.0.1

License

GPL-3.0

Unpacked Size

54.4 kB

Total Files

6

Last publish

Collaborators

  • datagica