Skip to content

Developement of a newspaper sentiment analyzer in Stratosphere (now Apache Flink)

License

Notifications You must be signed in to change notification settings

news-sentiment/news-sentiment-stratosphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Developement of a newspaper sentiment analyzer in Stratosphere (now Apache Flink)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages