Developement of a newspaper sentiment analyzer in Stratosphere (now Apache Flink: https://flink.apache.org/)
The news-sentiment project includes analyzing big data with technologies of distributed data processing. The requirement was to use techniques of data mining in a distributed data processing framework such as “Hadoop”, “Stratosphere”, "Pig". So we choosed a project which was about classification, topic detection and sentiment analysis. The main question of the project is “which newspaper supports a particular party?”.
- Apache Maven 3
- Java >= 1.7
git clone https://github.com/news-sentiment/news-sentiment-stratosphere.git
cd news-sentiment-stratosphere
mvn clean package
news-sentiment-stratosphere is now installed in news-sentiment-stratosphere/target
git clone https://github.com/news-sentiment/news-sentiment-stratosphere.git
cd news-sentiment-stratosphere
mvn clean install
news-sentiment-stratosphere is now installed in your local maven repository.
<dependency>
<groupId>de.tuberlin.dima</groupId>
<artifactId>news-sentiment-stratosphere</artifactId>
<version>1.0</version>
</dependency>
news-sentiment-stratosphere is licensed under the Apache Software License Version 2.0. For more information please consult the LICENSE file.