# wordnet-lexfilecontentarray

> Get content details of lex file of WordNet as array (from number).

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

## Install

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

## 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-17 |
| First published | 2018-01-17 |
| 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, lex, file, content, array |

## Links

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

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 0.1.2 (latest) — 2018-01-17
- 0.1.1 — 2018-01-17
- 0.1.0 — 2018-01-17
- 0.0.10 — 2018-01-17
- 0.0.9 — 2018-01-17
- 0.0.8 — 2018-01-17
- 0.0.7 — 2018-01-17
- 0.0.6 — 2018-01-17
- 0.0.5 — 2018-01-17
- 0.0.4 — 2018-01-17
- 0.0.3 — 2018-01-17
- 0.0.2 — 2018-01-17
- 0.0.1 — 2018-01-17

## README

# wordnet-lexfilecontentarray

[![NPM](https://nodei.co/npm/wordnet-lexfilecontentarray.png)](https://nodei.co/npm/wordnet-lexfilecontentarray/)

Get content details of [lex file] of [WordNet] as [array] *(from number)*.
> Use [wordnet-lexfilenamearray], if lex file name is needed.

```javascript
const lexFileContentArray = require('wordnet-lexfilecontentarray');
// lexFileContentArray [Array]

lexFileContentArray[0];
// 'all adjective clusters'
lexFileContentArray[1];
// 'relational adjectives (pertainyms)'
lexFileContentArray[44];
// 'participial adjectives'
```


[lex file]: https://wordnet.princeton.edu/man/lexnames.5WN.html#sect4
[WordNet]: https://wordnet.princeton.edu/wordnet/
[array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Indexed_collections
[wordnet-lexfilenamearray]: https://www.npmjs.com/package/wordnet-lexfilenamearray

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