Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,9 @@ language:
|
|
| 29 |
|
| 30 |
This dataset is an improved version of [ArkTS-CodeSearch](https://huggingface.co/datasets/hreyulog/arkts-code-docstring). It contains function-level information from ArkTS (`.ets`) projects, including function source code, docstrings, AST representations, and repository metadata. It is intended for code retrieval, code understanding, and AST-based research.
|
| 31 |
|
|
|
|
|
|
|
|
|
|
| 32 |
Compared with the original dataset, this Pro version provides the following improvements:
|
| 33 |
|
| 34 |
- **License-aware collection**: only repositories with locally identified open-source licenses are included. The supported license families include Apache-2.0, MIT, BSD, GPL, LGPL, and MPL.
|
|
|
|
| 29 |
|
| 30 |
This dataset is an improved version of [ArkTS-CodeSearch](https://huggingface.co/datasets/hreyulog/arkts-code-docstring). It contains function-level information from ArkTS (`.ets`) projects, including function source code, docstrings, AST representations, and repository metadata. It is intended for code retrieval, code understanding, and AST-based research.
|
| 31 |
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
Compared with the original dataset, this Pro version provides the following improvements:
|
| 36 |
|
| 37 |
- **License-aware collection**: only repositories with locally identified open-source licenses are included. The supported license families include Apache-2.0, MIT, BSD, GPL, LGPL, and MPL.
|