Skip to content

An interactive presentation tool covering n-grams and naivebayes

License

Notifications You must be signed in to change notification settings

alessioC42/NLPplayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLPplayground

setup

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