Requirements: Bash shell in a Linux OS.
Prerequisites: python 2.7 or later
               curl 7.22 or later

1. Extract the contents of the archive in the same directory.

2. Start linux bash shell
Execute the following command from the location of the extracted archive contents:
> ./run_test.sh

3. Use the file test.txt as the test dataset.

Please check if the test.txt has around 3900 tweets.
If any of the above fails or there are errors/queries/problems downloading the test dataset, for immediate assistance, do mail us at
twitminer2013@gmail.com with the Subject as 'TEST_DATASET'.




INPUT DATA FORMATS:
Each test data is contained in the file test.txt in the following format:
    <tweetid tweettext>
The test data has no 'label'. The task is to assign label to this data(either 'Sports' or 'Politics')

OUTPUT DATA FORMAT:
Please create an output file with the following format:
    <tweetid label>
where the 'label' is either 'Sports' or 'Politics' assigned to the tweet with identifier 'tweetid' by your algorithm.




