Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,9 +48,10 @@ configs:
|
|
| 48 |
path: data/test-*
|
| 49 |
---
|
| 50 |
|
|
|
|
| 51 |
# ArkTS Function Dataset
|
| 52 |
|
| 53 |
-
**Dataset Hub:** [
|
| 54 |
|
| 55 |
This dataset collects **function-level information from ArkTS (HarmonyOS Ark TypeScript) projects**, including original functions, docstrings, abstract syntax tree (AST) representations, obfuscated versions, and source code metadata. It is suitable for tasks such as code analysis, code understanding, AST research, and code search.
|
| 56 |
|
|
|
|
| 48 |
path: data/test-*
|
| 49 |
---
|
| 50 |
|
| 51 |
+
|
| 52 |
# ArkTS Function Dataset
|
| 53 |
|
| 54 |
+
**Dataset Hub:** [hreyulog/arkts-code-docstring](https://huggingface.co/datasets/hreyulog/arkts-code-docstring/)
|
| 55 |
|
| 56 |
This dataset collects **function-level information from ArkTS (HarmonyOS Ark TypeScript) projects**, including original functions, docstrings, abstract syntax tree (AST) representations, obfuscated versions, and source code metadata. It is suitable for tasks such as code analysis, code understanding, AST research, and code search.
|
| 57 |
|