patrick-kw-chiu / natural-cli

CLI tool to perform NLP on selected files

Home Page:https://medium.com/@patrick-kw-chiu/build-a-cli-utility-with-inquirer-and-chalk-818bc8add4be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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