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.
- Host: GitHub
- URL: https://github.com/yomnaali22/evaluate-articles--nlp
- Owner: Yomnaali22
- Created: 2021-09-01T09:26:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T09:43:44.000Z (almost 5 years ago)
- Last Synced: 2025-10-20T01:58:25.415Z (8 months ago)
- Topics: babel, css, express, html5, javascript, natural-language-processing, webpack
- Language: SCSS
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`