Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.57 KB

Build Status

Sentiment Analysis on Newspapers

Developement of a newspaper sentiment analyzer in Stratosphere (now Apache Flink: https://flink.apache.org/)

Summary

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?”.

Get Started

Prerequisites

  • Apache Maven 3
  • Java >= 1.7

Build from source

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

Maven dependency

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>

License

news-sentiment-stratosphere is licensed under the Apache Software License Version 2.0. For more information please consult the LICENSE file.