Home - gokceyucel/SWE573-Spring2017-Bogazici GitHub Wiki

Welcome to the wiki!

Swe573 Term Project

As discussed in class you are expected to develop an application (android or Web client) that harvests and aggregated content from Twitter.

The application should fetch content from Twitter and process the content to aggregate it to give some interesting information about the results. For example, frequency of hastags, mentions, words. Information about the links (title, type from schema.org). Type of words using Wordnet. Co-occurance information, like the hastags, terms, mentions that exist in the same tweet. Co-occurance graphs can be displayed as results.

You may pick a domain of interest to focus on, which will influence what kind of aggregation is interesting for that domain. For example, weather, financial info, are interesting in temporal changes, so a graph plotting the diffence can be interesting.

I encourage you to pick some domain that you find interesting, which will be motivating for you while doing the project.

You will use Twitter API in addition to any other API that is relevant to your kind of inquiry.

The backed may be developed with Java or Python. You may select suitable UI frameworks.