You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compute the max and min time of reading tweets from archives.
Task 1: Read each individual tweet JSON from TREC2016 data collection. Extract "text" field. Split text by whitespaces. Compute number of words in the text. Count time spent.
Task 2: Do Task 1 and insert each individual tweet to MySQL. Count time spent.
The text was updated successfully, but these errors were encountered:
Compute the max and min time of reading tweets from archives.
Task 1: Read each individual tweet JSON from TREC2016 data collection. Extract "text" field. Split text by whitespaces. Compute number of words in the text. Count time spent.
Task 2: Do Task 1 and insert each individual tweet to MySQL. Count time spent.
The text was updated successfully, but these errors were encountered: