ruanchaves commited on
Commit
e808afd
·
1 Parent(s): 1194dda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -55,6 +55,18 @@ Hindi and English.
55
  }
56
  ```
57
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  ### Citation Information
59
 
60
  ```
 
55
  }
56
  ```
57
 
58
+ ## Dataset Creation
59
+
60
+ - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
61
+
62
+ - 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.
63
+
64
+ - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
65
+
66
+ - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
67
+
68
+ ## Additional Information
69
+
70
  ### Citation Information
71
 
72
  ```