Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ a timestamp which distributes from September 2019 to August 2021.
|
|
33 |
|
34 |
### Preprocessing
|
35 |
We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
|
36 |
-
For verified usernames, we replace its display name with symbols `{@}`.
|
37 |
For example, a tweet
|
38 |
|
39 |
```
|
|
|
33 |
|
34 |
### Preprocessing
|
35 |
We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
|
36 |
+
For verified usernames, we replace its display name (or account name) with symbols `{@}`.
|
37 |
For example, a tweet
|
38 |
|
39 |
```
|