X-lab2017 / open-digger

Open source analysis tools
https://open-digger.cn
Apache License 2.0
281 stars 79 forks source link

Fix Bug: Correct labels of yaml files in labeled_data directory. #1487

Closed birdflyi closed 6 months ago

birdflyi commented 6 months ago

Fix https://github.com/X-lab2017/open-digger/issues/1484

Purpose

Changes

Notes: *.yml files mentioned below do not including index.yml.

Default Settings

Current depth defination: The sub-directories :technology/* in [:technology](https://github.com/X-lab2017/open-digger/tree/master/labeled_data/technology) is 0th layer, and its label type is in the :technology/*/index.yml under it with the format type: Tech-0. The type level of subordinate files increases gradually by depth.

frank-zsy commented 6 months ago

I add some review comments about the label names and sub label which could also be applied to all other labels, can you modify the names and the labels.

birdflyi commented 6 months ago

LGTM, I'll have a try~