# @datagica/parse-patterns

> Parse patterns

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

## Install

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

## 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.9 |
| Published | 2018-06-06 |
| First published | 2017-07-08 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 67 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

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

## Dependencies (2)

- [@datagica/ontology](https://npm.io/package/@datagica/ontology.md) ^0.0.1
- [@datagica/parse-generic-entity](https://npm.io/package/@datagica/parse-generic-entity.md) ^0.0.0

## Recent versions

- 0.0.9 (latest) — 2018-06-06
- 0.0.8 — 2018-06-06
- 0.0.7 — 2018-02-18
- 0.0.6 — 2017-08-01
- 0.0.5 — 2017-07-21
- 0.0.4 — 2017-07-19
- 0.0.3 — 2017-07-16
- 0.0.2 — 2017-07-14
- 0.0.1 — 2017-07-12
- 0.0.0 — 2017-07-08

## README

# Parse Patterns

This module extracts patterns from a text and an entity list.

For the moment, we will not try to detect the coordinates in the text,
but we could store the sentence index.

If the list is empty, it will create generic instances of type Entity.

Link have a generic name on purpose, since a word may have different interpretation
depending on the context. This is not a problem if the network is interpreted
by an human (or later a machine learning algorithm like LSTM + RN)

TODO:
- déménagement
- accident

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