Datasets:
ruanchaves
commited on
Commit
•
0958092
1
Parent(s):
623cc08
Update README.md
Browse files
README.md
CHANGED
@@ -63,6 +63,16 @@ i.e. the task of adding spaces between the words on a identifier.
|
|
63 |
- `language`: the programming language of the source.
|
64 |
- `source`: the source of the identifier.
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
### Citation Information
|
67 |
|
68 |
```
|
|
|
63 |
- `language`: the programming language of the source.
|
64 |
- `source`: the source of the identifier.
|
65 |
|
66 |
+
## Dataset Creation
|
67 |
+
|
68 |
+
- All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
|
69 |
+
|
70 |
+
- 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.
|
71 |
+
|
72 |
+
- There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
|
73 |
+
|
74 |
+
- If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
|
75 |
+
|
76 |
### Citation Information
|
77 |
|
78 |
```
|