Tag Archives: structured data

Posts related to structured data

RapidMiner: Impact of topics on the sentiment of textual product reviews

This is the second of two tutorials where we will be using MeaningCloud Extension for RapidMiner to extract insights that combine structured data with unstructured text. Read the first one here. To follow these tutorials you will need to have RapidMiner Studio and our Extension for RapidMiner installed on your machine (learn how here).

In this RapidMiner tutorial we shall attempt to extract a rule set that will predict the positivity/negativity of a review based on MeaningCloud’s topics extraction feature as well as sentiment analysis.

To be more specific, we will try to give an answer to the following question:

  • Which topics have the most impact in a customer review and how do they affect the sentiment of the review that the user has provided?

For this purpose, we will use a dataset of food reviews that comes from Amazon. The dataset can be found here.

Continue reading


RapidMiner: Relationship between product scores and text review sentiment

This is the first of two tutorials where we will be using MeaningCloud Extension for RapidMiner to extract insights that combine structured data with unstructured text. See the second one here. To follow these tutorials you will need to have RapidMiner Studio and our Extension for RapidMiner installed on your machine (learn how here).

In this tutorial we shall analyze a set of food reviews from Amazon. We will use the MeaningCloud sentiment API and try to see how users score products and whether their review description of a certain product corresponds to the score that they have assigned – more specifically we will try to see

  • How closely the review sentiment corresponds to the manually assigned score (which we already have available in our dataset).

The dataset that we will be using throughout the tutorial can be found here. First thing we need to do is download the CSV to our computer.

Continue reading