# wndb-with-exceptions

> WordNet exception files

Latest version **3.0.2** (published 2017-05-10) · SEE LICENSE IN LICENSE license · 0 weekly downloads

## Install

```sh
npm install wndb-with-exceptions
pnpm add wndb-with-exceptions
yarn add wndb-with-exceptions
bun add wndb-with-exceptions
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.2 |
| Published | 2017-05-10 |
| First published | 2015-01-06 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.6.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 8 |
| Author | Stuart Watt |
| Maintainers | morungos |
| Keywords | WordNet |

## Links

- npm: https://www.npmjs.com/package/wndb-with-exceptions
- Repository: https://github.com/morungos/WNdb-with-exceptions
- Homepage: http://wordnet.princeton.edu/
- Issues: https://github.com/morungos/WNdb-with-exceptions/issues
- npm.io page: https://npm.io/package/wndb-with-exceptions

## Dependencies (1)

- [tar](https://npm.io/package/tar.md) latest

## Recent versions

- 3.0.2 (latest) — 2017-05-10
- 3.0.1 — 2015-01-06

## README

WNdb-exclusions
===============

A drop-in replacement for WNdb, providing morphology exception lists.

In an ideal world this would be a plugin for WNdb, but npm is broken with
the timing of peer dependencies, so it can't be. Also, it's fixed to 3.0
WordNet for now (even though the morphology exception lists are not tied
to WordNet versions).

In practice, this is intended more as a development dependency than a 
production one, where you might want to add additional files. 



Usage
-------

```js
var wndb = require('wndb-with-exceptions');
```


Properties
------------

wndb.path (string) -- the path to the installed WordNet DB files

wndb.files (array) -- list of file names under the path

wndb.version (string) -- version string of WordNet database file


Acknowledgement
---------------

Derived from the WNdb package:
Copyright (c) 2012, 2014, mooster@42at.com
(The MIT License)

License
-------

See LICENSE file for complete Princeton University WordNet(r) License.

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