Logo

Getting Started

  • Installation
    • System Requirements
    • Installation with PIP (PyPI)
    • Installation from source
    • Configuration of API keys
      • Configuration Using .env
      • Configuration Using EnvConfig
    • Next steps
  • Quickstart
    • Prerequisites
    • Step 1: Data Setup
    • Step 2: Process Configuration
    • Step 3: Stage 1 - Initial Schema Mining
    • Step 4: Stage 2 - Preliminary Schema Refinement
    • Step 5: Stage 3 – Final Schema Refinement
    • Step 6: Ontology Grounding with QUDT

Package Reference

  • Schema Extractor
    • extract_schema_stage1()
    • extract_schema_stage2()
    • extract_schema_stage3()
  • Ontology Grounding
    • agentic_qudt_grounding()
    • prompt_based_qudt_grounding()
  • PDF Text Extractor
    • all_pdf_text_extraction()
    • pdf_text_extractor()
Schema-Minerpro
  • Index
  • Edit on GitHub

Index

A | E | M | P | S

A

  • agentic_qudt_grounding() (in module schema_miner.ontology_grounding)
  • all_pdf_text_extraction() (in module schema_miner.pdf_text_extractor)

E

  • extract_schema_stage1() (in module schema_miner.schema_extractor)
  • extract_schema_stage2() (in module schema_miner.schema_extractor)
  • extract_schema_stage3() (in module schema_miner.schema_extractor)

M

  • module
    • schema_miner.ontology_grounding
    • schema_miner.pdf_text_extractor
    • schema_miner.schema_extractor

P

  • pdf_text_extractor() (in module schema_miner.pdf_text_extractor)
  • prompt_based_qudt_grounding() (in module schema_miner.ontology_grounding)

S

  • schema_miner.ontology_grounding
    • module
  • schema_miner.pdf_text_extractor
    • module
  • schema_miner.schema_extractor
    • module

© Copyright 2025, Sameer Sadruddin.

Built with Sphinx using a theme provided by Read the Docs.