# @datagica/parse-nerves

> Extract nerves from text

Latest version **0.0.1** (published 2018-05-29) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @datagica/parse-nerves
pnpm add @datagica/parse-nerves
yarn add @datagica/parse-nerves
bun add @datagica/parse-nerves
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-05-29 |
| First published | 2017-07-10 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 62.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

- npm: https://www.npmjs.com/package/@datagica/parse-nerves
- Repository: https://github.com/datagica/parse-nerves
- Homepage: https://github.com/datagica/parse-nerves#readme
- Issues: https://github.com/datagica/parse-nerves/issues
- npm.io page: https://npm.io/package/@datagica/parse-nerves

## Dependencies (1)

- [@datagica/parse-entities](https://npm.io/package/@datagica/parse-entities.md) ^0.2.7

## Recent versions

- 0.0.1 (latest) — 2018-05-29
- 0.0.0 — 2017-07-10

## README

# Parse Nerves

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

## Installation

    $ npm i @datagica/parse-nerves

## Usage

Example:

```javascript
await parse('Dr Grey suspects it has to do with the pterygopalatine ganglion')
```

Output:

```json
[
  {
    "ngram": "pterygopalatine ganglion",
    "value": {
      "id": "pterygopalatine-ganglion",
      "label": {
        "en": "Pterygopalatine ganglion"
      },
      "description": {
        "en": "Pterygopalatine ganglion"
      },
      "category": "nerve",
      "aliases": {
        "en": [
          "Pterygopalatine ganglion",
        ],
      },
    },
    "score": 1,
    "position": {
      "sentence": 0,
      "word": 9,
      "begin": 39,
      "end": 63
    }
  }
]
```

---
_Source: https://npm.io/package/@datagica/parse-nerves · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
