Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

wordnet

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wordnet

Node.js wrapper for WordNet DB

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
498
81.09%
Maintainers
1
Weekly downloads
 
Created
Source

WordNet.js

Simple Node.js module for accessing Princeton University's WordNet dictionary.

Installation

$ npm install wordnet

How to use

An example how to use the module is located in examples/lookup.js.

var wordnet = require('wordnet');

wordnet.lookup('define', function(err, definitions) {

  definitions.forEach(function(definition) {
    console.log('  words: %s', words.trim());
    console.log('  %s', definition.glossary);
  });

});

License

MIT License

3rd-party License

Princeton University's WordNet License

Keywords

wordnet

FAQs

Package last updated on 06 Nov 2013

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