-
Notifications
You must be signed in to change notification settings - Fork 10
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
To provide an answer to the question "What are the five most used licenses?" #56
Comments
The license algorithm needs improvements, but, here are some initial results considering 25 random java projects. {Eclipse=1, Apache=4, BSD=1, not-understandable-license=4, unlincesed=14, MIT=1} |
Nice. This seems to be consistent with previous results I've pointed out to. Still, the problem remains. How do we circumvent the number of requests limitation? |
@gustavopinto wow. Great! Next week I should be able to get back to work on Groundhog but this seems amazing! |
We need to implement and test the features required to use Groundhog to answer the question in the title of the issue. We then have to use it to actually answer the question.
The text was updated successfully, but these errors were encountered: