Fix Bug: Correct labels of yaml files in labeled_data directory. #1487
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #1484
Purpose
Changes
Notes: *.yml files mentioned below do not including index.yml.
Fix miss counting bug in :technology`:
:technology/ai/generative_ai/infrastructure/*.yml
into:technology/ai/generative_ai/infrastructure/index.yml
label list;:technology/ai/generative_ai/application/*.yml
into:technology/ai/generative_ai/application/index.yml
label list.:technology/ai/generative_ai/model/*.yml
into:technology/ai/generative_ai/model/index.yml
label list.:technology/ai/generative_ai/tool/*.yml
into:technology/ai/generative_ai/tool/index.yml
label list.Fix mixed counting bug in :technology:
:technology/ai/generative_ai/*/*.yml
type toTech-3
:technology/ai/generative_ai/*/index.yml
type toTech-2
to represent the categories in 2rd depth directories:technology/ai/generative_ai/*/
:technology/ai/large_language_model/index.yml
type toTech-1
to represent the categories in 1st depth directories:technology/ai/large_language_model/
.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 formattype: Tech-0
. The type level of subordinate files increases gradually by depth.