.. Puggle documentation master file, created by
sphinx-quickstart on Fri Mar 18 18:07:49 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Puggle
================================
This library is designed to provide utilities for working with the outputs of entity typing models such as `SPERT `_, `E2EET `_, or annotation tools such as `Quickgraph `_. Puggle has three main purposes:
- Provide easy parsing of the output (i.e. annotations) of entity typing models
- Enable the connection between structured data (csv) and those annotations
- Provide functionality to easily load the structured data + annotations into a Neo4j graph
We do not include any code for actually running machine learning models here. Puggle is purely designed for loading the results of such models into Python-based classes and then easily importing the data into Neo4j.
.. toctree::
:maxdepth: 2
self
installation
basic_functionality
data_format
puggle