{ "namespace":"cs5604.tweet.NoiseReduction", "type":"record", "name":"SocialNetworkTweets", "fields": [ {"name":"doc_id","type":"string"}, {"name":"tweet_id","type":"string"}, {"name":"text_clean","type":"string"}, {"name":"text_original","type":"string"}, {"name":"created_at","type":"string"}, {"name":"user_screen_name","type":"string"}, {"name":"user_id","type":"string"}, {"name":"source","type": "string"}, {"name":"lang","type": "string"}, {"name":"favorite_count","type": "int"}, {"name":"retweet_count","type": "int"}, {"name":"contributors_id","type": "string"}, {"name":"coordinates","type": "string"}, {"name":"urls","type": "string"}, {"name":"hashtags","type": "string"}, {"name":"user_mentions_id","type": "string"}, {"name":"in_reply_to_user_id","type": "string"}, {"name":"in_reply_to_status_id","type": "string"}, {"name":"text_clean2","type": "string"}, {"name":"collection","type":"string"} ] }