Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 267 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 267 Bytes

node-nlp

This is backend module for NLP and NodeJS integration. The routes will handle request body data and manipulate it using the following packages:

  • natural
  • nspell
  • dictionary-en
  • stopword
  • apos-to-lex-form

How to run

npm install
npm run dev