0.0.1 • Published 6 years ago

wordnet-hi v0.0.1

Weekly downloads
2
License
GPL
Repository
github
Last release
6 years ago

WordNet.js

Simple Node.js module for accessing CFILT's WordNet dictionary.

Installation

$ npm install wordnet-hi

How to use

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

var wordnet = require('wordnet-hi');

wordnet.lookup('हवन', function(err, definitions) {

  definitions.forEach(function(definition) {
    console.log('  words: %s', definition.meta.words.map(x => x.word).join(" "));
    console.log('  %s', definition.glossary);
  });

});

License

GNU GPL 3.0 License

3rd-party License

CFILT's WordNet License