# wordnet-posnamearray

> Get part of speech name of WordNet as array (from number).

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

## Install

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

## 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-16 |
| First published | 2018-01-14 |
| 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, pos, name, array |

## Links

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

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

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

## README

# wordnet-posnamearray

[![NPM](https://nodei.co/npm/wordnet-posnamearray.png)](https://nodei.co/npm/wordnet-posnamearray/)

Get [part of speech] [names] of [WordNet] as [array] *(from number)*.
> Use [wordnet-possymbolarray], if part of speech symbol is needed.

```javascript
const posNameArray = require('wordnet-posnamearray');
// posNameArray [Array]

posNameArray[1];
// 'noun'
posNameArray[2];
// 'verb'
posNameArray[5];
// 'adjective satellite'
```


[part of speech]: https://en.wikipedia.org/wiki/Part_of_speech
[names]: https://wordnet.princeton.edu/man/senseidx.5WN.html#sect4
[WordNet]: https://wordnet.princeton.edu/wordnet/
[array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Indexed_collections
[wordnet-possymbolarray]: https://www.npmjs.com/package/wordnet-possymbolarray

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