npm.io
0.0.8 • Published 2 years agoCLI

natural-cli

Licence
MIT
Version
0.0.8
Deps
3
Size
15 kB
Vulns
0
Weekly
0

natural-cli

A simple demo of CLI toolkit to perform NLP tokenization and sentiment analysis on selected files, built on top of Natural, Inquirer and Chalk

Usage

  1. cd into the directory with files you want to perform NLP tasks
  2. npx natural-cli (demo is using node ../. but we should use npx natural-cli instead)

all


See more on the Build a CLI utility with inquirer and chalk tutorial