CFPQ_Data is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex Graphs and Grammars used for experimental analysis of Context-Free Path Querying algorithms.
- Website: https://formallanguageconstrainedpathquerying.github.io/CFPQ_Data
- Tutorial: https://formallanguageconstrainedpathquerying.github.io/CFPQ_Data/tutorial.html
- Documentation: https://formallanguageconstrainedpathquerying.github.io/CFPQ_Data/reference/index.html
- Source Code: https://github.com/formallanguageconstrainedpathquerying/CFPQ_Data
- Bug Tracker: https://github.com/formallanguageconstrainedpathquerying/CFPQ_Data/issues
>>> import cfpq_data
>>> cfpq_data.DATASET
['skos', 'wc', 'generations', 'travel', 'univ', 'atom', 'biomedical', 'bzip', 'foaf', 'people', 'pr', 'funding', 'ls', 'wine', 'pizza', 'gzip', 'core', 'pathways', 'enzyme', 'eclass', 'go_hierarchy', 'go', 'apache', 'init', 'mm', 'geospecies', 'ipc', 'lib', 'block', 'arch', 'crypto', 'security', 'sound', 'net', 'fs', 'drivers', 'postgre', 'kernel', 'taxonomy', 'taxonomy_hierarchy']
>>> bzip_path = cfpq_data.download("bzip")
>>> bzip = cfpq_data.graph_from_csv(bzip_path)
Just create
- an
Issue
corresponding to the "Issue template for adding a new graph". - a
Pull Request
corresponding to the "Pull request template for adding a new graph".