# README # Author: Squire, M. # License: Open Database License 1.0 # This data rfrg_entity_matches.csv.gz is made available under the # Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. # Any rights in individual contents of the database are licensed under the # Database Contents License: http://opendatacommons.org/licenses/dbcl/1.0/ # # filename: rfrg_entity_matches.csv # explanation: # This data set is an attempt to connect RubyForge projects to RubyGems projects # # fields: # rf_project_name: the name of the project on RubyForge # rg_project_name: the name of the potential match on RubyGems # url_levenshtein: the Levenshtein distance between the RF URL and the RG URL listed for each project # rf_name_soundex: the Soundex code for the RF name # rg_name_soundex: the Sounded code for the RG name # name_levenshtein: the Levenshtein distance between the RF name and the RG name. # rf_name_in_rg_name: is the Rubyforge name of the project found anywhere in the RG name? # rf_name_in_rg_url: is the Rubyforge name of the project found anywhere in the RG URL? # rf_dev_in_RG_dev: Is at least one developer on the RubyForge project found anywhere in the RG project developer list? # # This data is also available in the MySQL database schema: rubygems # In the table: rfrg_entity_matches # # For direct MySQL database access, please visit flossmole.org # # If you use this data, please cite FLOSSmole as follows: # # Citations: # # Howison, J., Conklin, M., & Crowston, K. (2006). FLOSSmole: A # collaborative repository for FLOSS research data and analyses. # International Journal of Information Technology and Web # Engineering, 1(3), 17–26.