@datagica/parse-viruses

0.0.2 • Public • Published

Parse Viruses

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

Installation

$ npm i @datagica/parse-viruses

Usage

Example:

await parse('I always have trouble pronouncing gammalipothrixvirus correctly')

Output:

[
  {
    "ngram": "gammalipothrixvirus",
    "value": {
      "id": "gammalipothrixvirus",
      "label": {
        "en": "Gammalipothrixvirus"
      },
      "description": {
        "en": "Gammalipothrixvirus"
      },
      "category": "genera",
      "aliases": {
        "en": [
          "Gammalipothrixvirus",
        ],
      },
    },
    "score": 1,
    "position": {
      "sentence": 0,
      "word": 5,
      "begin": 34,
      "end": 53
    }
  }
]

Readme

Keywords

none

Package Sidebar

Install

npm i @datagica/parse-viruses

Weekly Downloads

4

Version

0.0.2

License

GPL-3.0

Unpacked Size

1.03 MB

Total Files

6

Last publish

Collaborators

  • datagica