You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: