
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
wordnet-db
Advanced tools
A package to install WordNet database files for Node.js modules. Used by wordpos project which is based on natural WordNet module.
Note: This repository was previously name WNdb. Its new name complies with npm naming rules. Although old links will still work, it is recommended to change references to the new name.
This package contains the core DB files of WordNet 3.1 downloaded from WordNet files.
Other "standoff" files may be added in the future.
The purpose of this package is to allow a convenient way to download WordNet files off-line rather than on-demand for node modules that require it.
npm install wordnet-db
Package is about 10 MB in size and uncompresses to about 34 MB. The DB file wordnet-db-3.1.tar.gz is unpacked at install time.
var wndb = require('wordnet-db');
console.log(wndb);
// output:
{ libVersion: '3.1.13',
version: '3.1',
path: 'D:\\dev\\wordnet-db\\dict',
files:
[ 'data.adj',
'data.adv',
'data.noun',
'data.verb',
'index.adj',
'index.adv',
'index.noun',
'index.sense',
'index.verb' ]
}
wndb.path
(string) -- the path to the installed WordNet DB files
wndb.files
(array<string>) -- list of file names under the path
wndb.version
(string) -- version string of WordNet database file
wndb.libVersion
(string) -- version of wordnet-db package
libVersion
.tar
dependency.tar
to devDependencies - fix crlf issue. Add pre-publish test for crlf.tar
to devDependenciesgit config core.autocrlf false
before cloning so that CRLF isn't applied to data files.wordnet-db package: Copyright (c) 2012-2020, mooster@42at.com (The MIT License)
See LICENSE file for complete Princeton University WordNet(r) License.
FAQs
WordNet 3.1 Database files
The npm package wordnet-db receives a total of 149,166 weekly downloads. As such, wordnet-db popularity was classified as popular.
We found that wordnet-db demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.