# wordnet-expandpointer

> Expand pointer 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-expandpointer
pnpm add wordnet-expandpointer
yarn add wordnet-expandpointer
bun add wordnet-expandpointer
```

## 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, pointer |

## Links

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

## 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-expandpointer

[![NPM](https://nodei.co/npm/wordnet-expandpointer.png)](https://nodei.co/npm/wordnet-expandpointer/)

Expand pointer data of [WordNet] in minified form.
> Use [wordnet-minifypointer], if minification in needed.

```javascript
const expandPointer = require('wordnet-expandpointer');
// expandPointer(<pointer(minified-form)>)

expandPointer({o: '~', y: 1930, p: 'n', s: 0, t: 0});
// {pointer_symbol: '~', synset_offset: 1930, pos: 'n', source: 0, target: 0}
```


[WordNet]: https://wordnet.princeton.edu/wordnet/
[wordnet-minifypointer]: https://www.npmjs.com/package/wordnet-minifypointer

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