added field info
Browse files
README.md
CHANGED
@@ -158,11 +158,14 @@ All language identification provided by Twitter API.
|
|
158 |
|
159 |
### Data Instances
|
160 |
|
161 |
-
|
|
|
162 |
|
163 |
### Data Fields
|
164 |
|
165 |
-
|
|
|
|
|
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 |
|