# @datagica/parse-document

> Parse a document composed from multiple entities

Latest version **0.0.16** (published 2018-06-06) · GPL-3.0 license · 0 weekly downloads

## Install

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

## 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.16 |
| Published | 2018-06-06 |
| First published | 2016-01-02 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 50.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

- npm: https://www.npmjs.com/package/@datagica/parse-document
- npm.io page: https://npm.io/package/@datagica/parse-document

## Dependencies (5)

- [@datagica/entity](https://npm.io/package/@datagica/entity.md) ^0.0.2
- [@datagica/ontology](https://npm.io/package/@datagica/ontology.md) ^0.0.1
- [@datagica/tokenize](https://npm.io/package/@datagica/tokenize.md) ^0.0.2
- [@datagica/unambiguate](https://npm.io/package/@datagica/unambiguate.md) ^0.0.1
- [@datagica/parse-patterns](https://npm.io/package/@datagica/parse-patterns.md) ^0.0.9

## Recent versions

- 0.0.16 (latest) — 2018-06-06
- 0.0.15 — 2018-02-18
- 0.0.14 — 2017-08-24
- 0.0.12 — 2017-08-01
- 0.0.11 — 2017-07-21
- 0.0.10 — 2017-07-19
- 0.0.9 — 2017-07-18
- 0.0.8 — 2017-07-18
- 0.0.7 — 2017-07-16
- 0.0.6 — 2017-07-14
- 0.0.5 — 2017-07-12
- 0.0.4 — 2017-07-08
- 0.0.3 — 2016-02-18
- 0.0.2 — 2016-02-06
- 0.0.0 — 2016-01-02

## README

# Datagica Parse Document

Generic document parser



Graph schema:

```text
|
|
|   { coord }                     { }
|      |                           |
*—<mention>*-—>(single entity)*-—> <instanceof>*—> (type)
|                    *
|                    |
|              < xxx action >—- {}
|     { }            *                  { }
|      |            \|/                  |
*—-<mention>*-—> (single entity) *-→ <instanceof>*→ (type)
|
|
|
|
```

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