Commit
·
56ee04e
1
Parent(s):
e789f1d
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,19 @@ task_ids:
|
|
22 |
|
23 |
# Dataset Card for NRU-HSE
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Dataset Description
|
26 |
|
27 |
- **Repository:** [glushkovato/hashtag_segmentation](https://github.com/glushkovato/hashtag_segmentation/)
|
@@ -53,6 +66,18 @@ Russian
|
|
53 |
- `hashtag`: the original hashtag.
|
54 |
- `segmentation`: the gold segmentation for the hashtag.
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
### Citation Information
|
57 |
|
58 |
```
|
|
|
22 |
|
23 |
# Dataset Card for NRU-HSE
|
24 |
|
25 |
+
## Table of Contents
|
26 |
+
- [Table of Contents](#table-of-contents)
|
27 |
+
- [Dataset Description](#dataset-description)
|
28 |
+
- [Dataset Summary](#dataset-summary)
|
29 |
+
- [Languages](#languages)
|
30 |
+
- [Dataset Structure](#dataset-structure)
|
31 |
+
- [Data Instances](#data-instances)
|
32 |
+
- [Data Fields](#data-fields)
|
33 |
+
- [Dataset Creation](#dataset-creation)
|
34 |
+
- [Additional Information](#additional-information)
|
35 |
+
- [Citation Information](#citation-information)
|
36 |
+
- [Contributions](#contributions)
|
37 |
+
|
38 |
## Dataset Description
|
39 |
|
40 |
- **Repository:** [glushkovato/hashtag_segmentation](https://github.com/glushkovato/hashtag_segmentation/)
|
|
|
66 |
- `hashtag`: the original hashtag.
|
67 |
- `segmentation`: the gold segmentation for the hashtag.
|
68 |
|
69 |
+
## Dataset Creation
|
70 |
+
|
71 |
+
- All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
|
72 |
+
|
73 |
+
- 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.
|
74 |
+
|
75 |
+
- There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
|
76 |
+
|
77 |
+
- If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
|
78 |
+
|
79 |
+
## Additional Information
|
80 |
+
|
81 |
### Citation Information
|
82 |
|
83 |
```
|