wordfuzz
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i wordfuzz

    Weekly Downloads

    16

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    21.5 kB

    Total Files

    27

    Last publish

    Collaborators

    • molamk