Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 506 Bytes

Project introduction

This project allows users to run Natural Language Processing git son articles or blogs found on other websites. NLP is the ability of an application to understand the human language, written or oral. All you have to do is to enter a valid Url.

To start the project

cd to evaluate-news-nlp

  • npm install

For production mode (port 8081)

  • npm run build-prod
  • npm run start

For development mode (port 8080)

-npm run build-dev

For testing

-npm run test