# wordnet-expandword

> Expand word data of WordNet in minified form.

Latest version **0.1.2** (published 2018-01-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install wordnet-expandword
pnpm add wordnet-expandword
yarn add wordnet-expandword
bun add wordnet-expandword
```

## 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.1.2 |
| Published | 2018-01-15 |
| First published | 2018-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | wolfram77@gmail.com |
| Maintainers | wolfram77 |
| Keywords | wordnet, expand, word |

## Links

- npm: https://www.npmjs.com/package/wordnet-expandword
- npm.io page: https://npm.io/package/wordnet-expandword

## Recent versions

- 0.1.2 (latest) — 2018-01-15
- 0.1.1 — 2018-01-15
- 0.1.0 — 2018-01-15
- 0.0.7 — 2018-01-15
- 0.0.6 — 2018-01-15
- 0.0.5 — 2018-01-15
- 0.0.4 — 2018-01-15
- 0.0.3 — 2018-01-15
- 0.0.2 — 2018-01-15
- 0.0.1 — 2018-01-15

## README

# wordnet-expandword

[![NPM](https://nodei.co/npm/wordnet-expandword.png)](https://nodei.co/npm/wordnet-expandword/)

Expand word data of [WordNet] in minified form.
> Use [wordnet-minifyword], if minification is needed.

```javascript
const expandWord = require('wordnet-expandword');
// expandWord(<word(minified-form)>)

expandWord({w: 'breathe', l: 0});
// {word: 'breathe', lex_id: 0}
```


[WordNet]: https://wordnet.princeton.edu/wordnet/
[wordnet-minifyword]: https://www.npmjs.com/package/wordnet-minifyword

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