# @datagica/parse-weapons

> Parse Weapons

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

## Install

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

## 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-08 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

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

## 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-08

## README

# Parse Weapons

*Extracts weapons from a text*

Example:

```
Le HK G36, capable de tirer 750 balles à la minute et jusqu'à 500 mètres
```

Output:

```json
[
  {
    "ngram": "HK G36",
    "value": {
      "id": "HK G36",
      "label": {
        "en": "HK G36"
      },
      "description": {
        "en": "Germany - Assault Rifle - 5.56×45mm NATO"
      },
      "aliases": {
        "en": [
          "HK G36"
        ]
      },
      "category": "assault rifle"
    },
    "score": 1,
    "position": {
      "sentence": 0,
      "word": 1,
      "begin": 3,
      "end": 9
    }
  }
]
```

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