Skip to content

Natural Language Processing with Datamuse and WordNet

License

Notifications You must be signed in to change notification settings

molamk/wordfuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 9, 2019
8319bcb · Mar 9, 2019

History

35 Commits
Mar 8, 2019
Mar 9, 2019
Mar 9, 2019
Mar 8, 2019
Mar 8, 2019
Mar 8, 2019
Mar 8, 2019
Mar 8, 2019
Mar 9, 2019
Mar 8, 2019
Mar 9, 2019
Mar 8, 2019
Mar 8, 2019
Mar 9, 2019

Repository files navigation

wordfuzz

Natural Language Processing with Datamuse and Wordnet

License: MIT codecov Build Status Maintainability Known Vulnerabilities npm (scoped) npm bundle size (minified)

Install dependency

# With npm
npm install --save wordfuzz

# With yarn
yarn add wordfuzz

Quickstart

const fuzz = require('wordfuzz');

fuzz()
  .meansLike('develop')
  .endsWith('m')
  .max(1)
  .ask().then(console.log);

// [{ word: 'transform', score: 17905, tags: ['v'] }]

TODO

  • Complete Datamuse integration
  • Provide option to communicate with local Wordnet
  • Generate sentences instead of just words

About

Natural Language Processing with Datamuse and WordNet

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published