Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,14 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
task_categories:
|
| 13 |
-
- code-understanding
|
| 14 |
-
- code-search
|
| 15 |
-
- software-quality
|
| 16 |
-
pretty_name: "Python Function-Level AST and Lexical Features Dataset"
|
| 17 |
-
dataset_name: "python_function_ast_lexical_features"
|
| 18 |
-
size_categories:
|
| 19 |
-
- 1M<n<100M
|
| 20 |
---
|
| 21 |
|
| 22 |
# 📊 Python Function-Level AST and Lexical Features Dataset
|
|
@@ -89,4 +81,4 @@ Each row corresponds to **one Python function** identified across open-source re
|
|
| 89 |
1. Clone open-source Python repositories.
|
| 90 |
2. Run Lizard static analysis to generate base metrics.
|
| 91 |
3. Parse source files to extract AST and lexical features.
|
| 92 |
-
4. Merge the three sources
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
tags:
|
| 5 |
+
- software-engineering
|
| 6 |
+
- code-analysis
|
| 7 |
+
- refactoring
|
| 8 |
+
- AST
|
| 9 |
+
- lexical-features
|
| 10 |
+
- Python
|
| 11 |
+
- static-analysis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 📊 Python Function-Level AST and Lexical Features Dataset
|
|
|
|
| 81 |
1. Clone open-source Python repositories.
|
| 82 |
2. Run Lizard static analysis to generate base metrics.
|
| 83 |
3. Parse source files to extract AST and lexical features.
|
| 84 |
+
4. Merge the three sources
|