natural-cli
v0.0.8
Published
CLI tool to perform NLP on selected files
Downloads
1
Maintainers
Readme
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
cd
into the directory with files you want to perform NLP tasksnpx natural-cli
(demo is usingnode ../.
but we should usenpx natural-cli
instead)
See more on the Build a CLI utility with inquirer
and chalk
tutorial