Update README.md
Browse files
README.md
CHANGED
@@ -67,9 +67,9 @@ The dataset is structured as follows:
|
|
67 |
The main goal of this repository is to train code **readability classifiers for Java source code**.
|
68 |
The dataset is a combination and normalization of three datasets:
|
69 |
|
70 |
-
- **Buse**,
|
71 |
-
- **Dorn**,
|
72 |
-
- **Scalabrino**,
|
73 |
|
74 |
The raw datasets can be downloaded [here](https://dibt.unimol.it/report/readability/).
|
75 |
|
@@ -149,14 +149,14 @@ The dataset should be used to train **small** Java code readability classifiers.
|
|
149 |
**BibTeX:**
|
150 |
```bibtex
|
151 |
@article{buse2009learning,
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
}
|
161 |
|
162 |
@inproceedings{dorn2012general,
|
@@ -166,20 +166,22 @@ The dataset should be used to train **small** Java code readability classifiers.
|
|
166 |
url={https://api.semanticscholar.org/CorpusID:14098740}
|
167 |
}
|
168 |
|
169 |
-
@
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
|
|
|
|
176 |
}
|
177 |
```
|
178 |
|
179 |
**APA:**
|
180 |
-
- Buse,
|
181 |
-
- Dorn,
|
182 |
-
- Scalabrino,
|
183 |
|
184 |
## Dataset Card Authors
|
185 |
Lukas Krodinger, [Chair of Software Engineering II](https://www.fim.uni-passau.de/en/chair-for-software-engineering-ii), [University of Passau](https://www.uni-passau.de/en/).
|
|
|
67 |
The main goal of this repository is to train code **readability classifiers for Java source code**.
|
68 |
The dataset is a combination and normalization of three datasets:
|
69 |
|
70 |
+
- **Buse**, R. P., & Weimer, W. R. (2009). Learning a metric for code readability. IEEE Transactions on software engineering, 36(4), 546-558.
|
71 |
+
- **Dorn**, J. (2012). A General Software Readability Model.
|
72 |
+
- **Scalabrino**, S., Linares‐Vásquez, M., Oliveto, R., & Poshyvanyk, D. (2018). A comprehensive model for code readability. Journal of Software: Evolution and Process, 30(6), e1958.
|
73 |
|
74 |
The raw datasets can be downloaded [here](https://dibt.unimol.it/report/readability/).
|
75 |
|
|
|
149 |
**BibTeX:**
|
150 |
```bibtex
|
151 |
@article{buse2009learning,
|
152 |
+
title={Learning a metric for code readability},
|
153 |
+
author={Buse, Raymond PL and Weimer, Westley R},
|
154 |
+
journal={IEEE Transactions on software engineering},
|
155 |
+
volume={36},
|
156 |
+
number={4},
|
157 |
+
pages={546--558},
|
158 |
+
year={2009},
|
159 |
+
publisher={IEEE}
|
160 |
}
|
161 |
|
162 |
@inproceedings{dorn2012general,
|
|
|
166 |
url={https://api.semanticscholar.org/CorpusID:14098740}
|
167 |
}
|
168 |
|
169 |
+
@article{scalabrino2018comprehensive,
|
170 |
+
title={A comprehensive model for code readability},
|
171 |
+
author={Scalabrino, Simone and Linares-V{\'a}squez, Mario and Oliveto, Rocco and Poshyvanyk, Denys},
|
172 |
+
journal={Journal of Software: Evolution and Process},
|
173 |
+
volume={30},
|
174 |
+
number={6},
|
175 |
+
pages={e1958},
|
176 |
+
year={2018},
|
177 |
+
publisher={Wiley Online Library}
|
178 |
}
|
179 |
```
|
180 |
|
181 |
**APA:**
|
182 |
+
- Buse, R. P., & Weimer, W. R. (2009). Learning a metric for code readability. IEEE Transactions on software engineering, 36(4), 546-558.
|
183 |
+
- Dorn, J. (2012). A General Software Readability Model.
|
184 |
+
- Scalabrino, S., Linares‐Vásquez, M., Oliveto, R., & Poshyvanyk, D. (2018). A comprehensive model for code readability. Journal of Software: Evolution and Process, 30(6), e1958.
|
185 |
|
186 |
## Dataset Card Authors
|
187 |
Lukas Krodinger, [Chair of Software Engineering II](https://www.fim.uni-passau.de/en/chair-for-software-engineering-ii), [University of Passau](https://www.uni-passau.de/en/).
|