/evaluate-news-nlp-udacity

Third Project for the „Front End Developer Nanodegree Program“ by Udacity

Primary LanguageJavaScript

📰 Evaluate-News-NLP

With this project you are able to use Natural language processing (NLP) to check an article for its polarity and subjectivity.

ℹ️ Project Info

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.

❓ Whats NLP?

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.

🔧 How To Use

  1. Clone, this repository and download it to your machine.
  2. cd into your new folder and run: npm install
  3. run npm build-prod for production or run npm build-devfor the development server
  4. npm start to run the express server
  5. go to localhost:8080 or localhost:8081 and the link you want to check

:octocat: License

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!