# @datagica/parse-skills

> Extract skills from text

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

## Install

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

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

## Links

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

## Dependencies (1)

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

## Recent versions

- 0.0.2 (latest) — 2018-06-04
- 0.0.1 — 2017-07-19
- 0.0.0 — 2017-07-11

## README

# Parse Skills

If a skill is missing you can create a pull request

## Installation

    $ npm i @datagica/parse-skills

## Usage

Example:

```javascript
await parse("I'm a verilog developer specialized in web marketing because #yolo")
```

Output:

```json
     [
      {
        "ngram": "verilog",
        "value": {
          "id": "verilog programming",
          "aliases": {
            "en": [
              "Verilog",
              "Verilog-A",
              "VerilogA",
              "Verilog-AMS",
              "Verilog/AMS",
              "OpenVAMS"
            ]
          },
          "description": {
            "en": "Hardware description language (HDL) used to model electronic systems.",
            "fr": "Langage de description matériel de circuits logiques (HDL, Hardware Description Language)."
          },
          "domain": "software development",
          "icon": "developer_board",
          "keywords": [
            "circuit design",
            "electronic circuit design",
            "integrated circuit design",
            "PCB"
          ],
          "label": {
            "en": "Verilog",
            "fr": "Verilog"
          },
          "minimum_hits_required": 1,
          "skill_frequency": 0,
          "skill_occurrences": 0,
          "tag": {
            "en": "Verilog",
            "fr": "Verilog"
          },
          "wikipedia_id": {
            "en": "Verilog",
            "fr": "Verilog"
          }
        },
        "score": 1,
        "position": {
          "sentence": 0,
          "word": 2,
          "begin": 6,
          "end": 13
        }
      },
            {
        "ngram": "web marketing",
        "value": {
          "id": "web marketing",
          "aliases": {
            "en": [
              "online marketing",
              "web marketing",
              "growth hacking",
              "search engine optimization",
              "pay-per-click marketing",
              "landing page optimization",
              "site design",
              "e-mail marketing",
              "mass email marketing",
              "bulk email marketing",
              "web analytics",
              "retargeting"
            ]
          },
          "case_sensitive": false,
          "description": {
            "en": ""
          },
          "domain": "management",
          "icon": "supervisor_account",
          "keywords": [
            "marketing",
            "growth hacking",
            "email marketing",
            "web marketing"
          ],
          "label": {
            "en": "Web marketing"
          },
          "minimum_hits_required": 4,
          "skill_frequency": 0,
          "skill_occurrences": 0,
          "tag": {
            "en": "Web marketing"
          }
        },
        "score": 1,
        "position": {
          "sentence": 0,
          "word": 6,
          "begin": 39,
          "end": 52
        }
      }
    ]
```

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