aadelucia commited on
Commit
2454603
1 Parent(s): 96ec572

added field info

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -158,11 +158,14 @@ All language identification provided by Twitter API.
158
 
159
  ### Data Instances
160
 
161
- [More Information Needed]
 
162
 
163
  ### Data Fields
164
 
165
- [More Information Needed]
 
 
166
 
167
  ### Data Splits
168
 
 
158
 
159
  ### Data Instances
160
 
161
+ Data is provided in gzip'd files organized by year and month of tweet origin.
162
+ Tweets are one per line, with fields separated by tabs.
163
 
164
  ### Data Fields
165
 
166
+ * `tweet ID`: ID of tweet
167
+ * `lang`: ISO 639 code of language, provided by Twitter metadata. Accuracy of label is not known.
168
+ * `year`: Year tweet was created. Year is also provided in the file names.
169
 
170
  ### Data Splits
171