ruanchaves commited on
Commit
88421ee
·
1 Parent(s): a85b37c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -101,6 +101,19 @@ English
101
  - `gold_position`: position of the gold segmentation on the `segmentation` field inside the `rank`.
102
  - `rank`: Rank of each candidate selected by a baseline word segmenter ( Segmentations Seeder Module ).
103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  ### Citation Information
105
 
106
  ```
 
101
  - `gold_position`: position of the gold segmentation on the `segmentation` field inside the `rank`.
102
  - `rank`: Rank of each candidate selected by a baseline word segmenter ( Segmentations Seeder Module ).
103
 
104
+ ## Dataset Creation
105
+
106
+ - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
107
+
108
+ - 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.
109
+
110
+ - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
111
+
112
+ - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
113
+
114
+ ## Additional Information
115
+
116
+
117
  ### Citation Information
118
 
119
  ```