Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xxx] How to use the tag data in opendigger #1656

Open
Owen2005-brilliant opened this issue Dec 7, 2024 · 1 comment
Open

[xxx] How to use the tag data in opendigger #1656

Owen2005-brilliant opened this issue Dec 7, 2024 · 1 comment
Labels
waiting for author need issue author's feedback

Comments

@Owen2005-brilliant
Copy link

Owen2005-brilliant commented Dec 7, 2024

Description

I want to use some tag data from OpenDigger for the OpenSODA competition, such as the region ID of developers or repositories, and technology tags. How should I use them?
For example, I want to use the "technology" tag data to count the occurrences of technology stacks in GitHub projects and generate a corresponding word cloud.

@github-actions github-actions bot added the waiting for repliers need other's feedback label Dec 7, 2024
@frank-zsy
Copy link
Contributor

Sorry for the late reply. All the label data is stored inside OpenDigger repo under labeled_data directory. So you can directly use the data to do any analysis you need.

Actually you can also use the src/label_util to get the parsed label data, getLabelData() function will return an array of parsed label data and you can use them to do downstream analytics.

@github-actions github-actions bot added waiting for author need issue author's feedback and removed waiting for repliers need other's feedback labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for author need issue author's feedback
Projects
None yet
Development

No branches or pull requests

2 participants