Skip to main content

Knowledge Graph Creator: converts text to RDF triples

Project description

Knowledge Graph Creator command line tool: kgcreator

PyPI Changelog Tests License

Knowledge Graph Creator: converts text to RDF triples

The Knowledge Graph Creator (kgcreator) is a tool for automating the generation of RDF data for Knowledge Graphs from raw text data read from an input directory path.

The Knowledge Graph Creator creates an output file containing RDF triples suitable for loading into any linked data/semantic web data store.

This Python command line utility is one of the example programs in my book Practical Python Artificial Intelligence Programming that is available on Leanpub.com or available (in the future, this book is under development) to read for free on my web site https://markwatson.com.

Installation

Install this tool using pip:

pip install kgcreator
pip install spacy
python -m spacy download en_core_web_sm

Usage

For help, run:

kgcreator --help
kgcreator --inputdir=test_data --outputfile=out.rdf

You can also use:

python -m kgcreator --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd kgcreator
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kgcreator-0.11.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

kgcreator-0.11-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page