Pooja Rani commited on
Commit
7d3d1ec
1 Parent(s): 1576bbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -30
README.md CHANGED
@@ -54,10 +54,10 @@ task_ids:
54
 
55
  ## Dataset Description
56
 
57
- - **Homepage:**https://github.com/poojaruhal/RP-class-comment-classification
58
- - **Repository:**https://github.com/poojaruhal/RP-class-comment-classification
59
- - **Paper: https:**//doi.org/10.1016/j.jss.2021.111047
60
- - **Point of Contact:** Pooja Rani (https://poojaruhal.github.io)
61
 
62
  ### Dataset Summary
63
  The dataset contains class comments extracted from various big and diverse open-source projects of three programming languages Java, Smalltalk, and Python.
@@ -74,34 +74,35 @@ Java, Python, Smalltalk
74
  ## Dataset Structure
75
 
76
  ### Data Instances
77
-
78
  {
79
- "class" : "Absy.java"
80
- "comment":"* Azure Blob File System implementation of AbstractFileSystem. * This impl delegates to the old FileSystem"
81
- "summary: "Azure Blob File System implementation of AbstractFileSystem."
82
- "expand": "This impl delegates to the old FileSystem"
83
- "rational":""
84
- "deprecation":""
85
- "usage":""
86
- "exception":""
87
- "todo":""
88
- "incomplete":""
89
- "commentedcode":""
90
- "directive":""
91
- "formatter":""
92
- "license":""
93
- "ownership":""
94
- "pointer":""
95
- "autogenerated":""
96
- "noise":""
97
- "warning":""
98
- "recommendation":""
99
- "precondition":""
100
- "codingGuidelines":""
101
- "extension":""
102
- "subclassexplnation":""
103
- "observation":""
104
  }
 
105
 
106
  ### Data Fields
107
 
 
54
 
55
  ## Dataset Description
56
 
57
+ - **Homepage:** https://github.com/poojaruhal/RP-class-comment-classification
58
+ - **Repository:** https://github.com/poojaruhal/RP-class-comment-classification
59
+ - **Paper:** https://doi.org/10.1016/j.jss.2021.111047
60
+ - **Point of Contact:** https://poojaruhal.github.io
61
 
62
  ### Dataset Summary
63
  The dataset contains class comments extracted from various big and diverse open-source projects of three programming languages Java, Smalltalk, and Python.
 
74
  ## Dataset Structure
75
 
76
  ### Data Instances
77
+ ```json
78
  {
79
+ "class" : "Absy.java",
80
+ "comment":"* Azure Blob File System implementation of AbstractFileSystem. * This impl delegates to the old FileSystem",
81
+ "summary: "Azure Blob File System implementation of AbstractFileSystem.",
82
+ "expand": "This impl delegates to the old FileSystem",
83
+ "rational":"",
84
+ "deprecation":"",
85
+ "usage":"",
86
+ "exception":"",
87
+ "todo":"",
88
+ "incomplete":"",
89
+ "commentedcode":"",
90
+ "directive":"",
91
+ "formatter":"",
92
+ "license":"",
93
+ "ownership":"",
94
+ "pointer":"",
95
+ "autogenerated":"",
96
+ "noise":"",
97
+ "warning":"",
98
+ "recommendation":"",
99
+ "precondition":"",
100
+ "codingGuidelines":"",
101
+ "extension":"",
102
+ "subclassexplnation":"",
103
+ "observation":"",
104
  }
105
+ ```
106
 
107
  ### Data Fields
108