# wordnet-pointernumbermap

> Get pointer numbers of WordNet as map (from symbol).

Latest version **0.1.5** (published 2018-01-12) · MIT license · 0 weekly downloads

## Install

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

## 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.5 |
| Published | 2018-01-12 |
| First published | 2018-01-12 |
| 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, pointer, number, map |

## Links

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

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 0.1.5 (latest) — 2018-01-12
- 0.1.4 — 2018-01-12
- 0.1.3 — 2018-01-12
- 0.1.2 — 2018-01-12
- 0.1.1 — 2018-01-12
- 0.1.0 — 2018-01-12
- 0.0.6 — 2018-01-12
- 0.0.5 — 2018-01-12
- 0.0.4 — 2018-01-12
- 0.0.3 — 2018-01-12
- 0.0.2 — 2018-01-12
- 0.0.1 — 2018-01-12

## README

# wordnet-pointernumbermap

[![NPM](https://nodei.co/npm/wordnet-pointernumbermap.png)](https://nodei.co/npm/wordnet-pointernumbermap/)

Get pointer numbers of [WordNet] as [map] *(from symbol)*.
> Use [wordnet-pointernamemap], if symbol to name map is needed.<br>
> Use [wordnet-pointernumberconstants], if number constants are needed.

```javascript
const pointerNumberMap = require('wordnet-pointernumbermap');
// pointerNumberMap [Map]

pointerNumberMap.get('&');
// 0
pointerNumberMap.get('$');
// 1
pointerNumberMap.get('-u');
// 30
```


[WordNet]: https://wordnet.princeton.edu/wordnet/
[map]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
[wordnet-pointernamemap]: https://www.npmjs.com/package/wordnet-pointernamemap
[wordnet-pointernumberconstants]: https://www.npmjs.com/package/wordnet-pointernumberconstants

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