Datasets:

Languages:
code
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
machine-generated
Annotations Creators:
expert-generated
Source Datasets:
original
License:
ruanchaves commited on
Commit
5fba3cb
1 Parent(s): ce4aa05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -33,7 +33,7 @@ Some of the kinds of entities an identifier might denote include variables, type
33
 
34
  Lynx is a dataset for identifier segmentation, i.e. the task of adding spaces between the words on a identifier.
35
 
36
- Besides identifier segmentation, the gold labels for this dataset also include abbreviation resolution.
37
 
38
  ### Languages
39
 
@@ -47,7 +47,8 @@ Besides identifier segmentation, the gold labels for this dataset also include a
47
  {
48
  "index": 3,
49
  "identifier": "abspath",
50
- "segmentation": "absolute path"
 
51
  }
52
  ```
53
 
@@ -55,7 +56,8 @@ Besides identifier segmentation, the gold labels for this dataset also include a
55
 
56
  - `index`: a numerical index.
57
  - `identifier`: the original identifier.
58
- - `segmentation`: the gold segmentation for the identifier.
 
59
 
60
  ### Citation Information
61
 
 
33
 
34
  Lynx is a dataset for identifier segmentation, i.e. the task of adding spaces between the words on a identifier.
35
 
36
+ Besides identifier segmentation, the gold labels for this dataset also include abbreviation expansion.
37
 
38
  ### Languages
39
 
 
47
  {
48
  "index": 3,
49
  "identifier": "abspath",
50
+ "segmentation": "abs path",
51
+ "expansion": "absolute path"
52
  }
53
  ```
54
 
 
56
 
57
  - `index`: a numerical index.
58
  - `identifier`: the original identifier.
59
+ - `segmentation`: the gold segmentation for the identifier, without abbreviation expansion.
60
+ - `expansion`: the gold segmentation for the identifier, with abbreviation expansion.
61
 
62
  ### Citation Information
63