ruanchaves commited on
Commit
4fd070a
1 Parent(s): 9187183

Update README.md

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