Socket
Socket
Sign inDemoInstall

wndb-with-exceptions

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wndb-with-exceptions

WordNet exception files


Version published
Weekly downloads
159
decreased by-34.02%
Maintainers
1
Weekly downloads
 
Created
Source

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

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.

Keywords

FAQs

Package last updated on 06 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc