With this project you are able to use Natural language processing (NLP) to check an article for its polarity and subjectivity.
It would probably be good to first get your basic project setup and functioning. Follow the steps from the course up to Lesson 4 but don't add Service Workers just yet. We won't need the service workers during development and having extra caches floating around just means there's more potential for confusion. So, fork this repo and begin your project setup.
Natural language processing (NLP) is a subfield of computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data.
- Clone, this repository and download it to your machine.
cd
into your new folder and run:npm install
run npm build-prod
for production orrun npm build-dev
for the development servernpm start
to run the express server- go to
localhost:8080
orlocalhost:8081
and the link you want to check
Only for educational purposes! You are not allowed to use the given images and texts of this site publicly and/or commercially. You are allowed to use the code!