You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Web App helps for performing detailed multilingual sentiment analysis of text articles from different sources. It identifies the positive, negative, neutral polarity in any text. This is accomplished by interacting with The Sentiment Analysis API from the Meaning Cloud Site.
A site that takes an input URL and calls the MeaningCloud API to return the sentiment of the article at the URL. Demonstrates knowledge of Webpack, Jest, and API calls from server side. Project #4 in the Front End Web Design Nanodegree from Udacity.
Front End Web Developer Nanodegree - Build a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.
This project is a webpage using webpack, sass, service workers, and the MeaningCloud API to perform sentiment analysis on a text provided by the user. This project has been completed as part of the Udacity course on Front-End development.
A web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites. Using an API called Sentiment Analysis system. This tool will give back pertinent information about the article: whether the content is subjective (opinion) or objective (fact-based) and whether it is positive, neutral, or negative…