rehaidib commited on
Commit
ae5f694
·
verified ·
1 Parent(s): ed4330e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -86,4 +86,14 @@ Each row corresponds to **one Python function** identified across open-source re
86
  1. Clone open-source Python repositories.
87
  2. Run Lizard static analysis to generate base metrics.
88
  3. Parse source files to extract AST and lexical features.
89
- 4. Merge the three sources
 
 
 
 
 
 
 
 
 
 
 
86
  1. Clone open-source Python repositories.
87
  2. Run Lizard static analysis to generate base metrics.
88
  3. Parse source files to extract AST and lexical features.
89
+ 4. Merge the three sources
90
+
91
+
92
+
93
+ @dataset{python_ast_lexical_dataset,
94
+ title = {Python Function-Level AST and Lexical Features Dataset},
95
+ author = {Reem Al-Ehaidib, Ahmed Ghoneim, Mubarak Rashed Alrashoud},
96
+ year = {2025},
97
+ publisher = {Hugging Face Datasets},
98
+ howpublished = {\url{https://huggingface.co/datasets/YOUR_USERNAME/python_function_ast_lexical_features}}
99
+ }