clone repo
git clone https://github.com/alessioC42/NLPplayground.git
change dir
cd NLPplayground/webserver
configure webserver (set correct path)
nano config.json
install node modules
npm i
execute
npm run default
An interactive presentation tool covering n-grams and naivebayes
JavaScriptMIT