Datasets:
Commit
·
192b762
1
Parent(s):
56beb90
Update README.md
Browse files
README.md
CHANGED
@@ -54,6 +54,18 @@ English
|
|
54 |
- `hashtag`: the original hashtag.
|
55 |
- `segmentation`: the gold segmentation for the hashtag.
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
### Citation Information
|
58 |
|
59 |
```
|
|
|
54 |
- `hashtag`: the original hashtag.
|
55 |
- `segmentation`: the gold segmentation for the hashtag.
|
56 |
|
57 |
+
## Dataset Creation
|
58 |
+
|
59 |
+
- All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
|
60 |
+
|
61 |
+
- The only difference between `hashtag` and `segmentation` or between `identifier` and `segmentation` are the whitespace characters. Spell checking, expanding abbreviations or correcting characters to uppercase go into other fields.
|
62 |
+
|
63 |
+
- There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
|
64 |
+
|
65 |
+
- If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
|
66 |
+
|
67 |
+
## Additional Information
|
68 |
+
|
69 |
### Citation Information
|
70 |
|
71 |
```
|