An open API service indexing awesome lists of open source software.

https://github.com/yomnaali22/evaluate-articles--nlp

This project allows users to run Natural Language Processing (NLP) on 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.
https://github.com/yomnaali22/evaluate-articles--nlp

babel css express html5 javascript natural-language-processing webpack

Last synced: 2 months ago
JSON representation

This project allows users to run Natural Language Processing (NLP) on 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.

Awesome Lists containing this project

README

          

## Project introduction

This project allows users to run Natural Language Processing (NLP) on 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`