Metadata-Version: 2.4
Name: hyperbase
Version: 0.10.0
Summary: A foundational library for Semantic Hypergraphs
Project-URL: Homepage, https://hyperquest.ai/hyperbase
Author-email: "Telmo Menezes et al." <telmo@telmomenezes.net>
License-Expression: MIT
License-File: AUTHORS
License-File: LICENSE
Keywords: AI,Cognition,Knowledge Representation,Knowledge Systems,NLP,Natural Language Understanding,Text Analysis
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Requires-Dist: mwparserfromhell>=0.7.2
Requires-Dist: prompt-toolkit>=3.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tqdm>=4.65.0
Requires-Dist: trafilatura>=2.0.0
Provides-Extra: dev
Requires-Dist: click==8.2.1; extra == 'dev'
Requires-Dist: coverage>=7.4.3; extra == 'dev'
Requires-Dist: mkdocs-material>=9.5; extra == 'dev'
Requires-Dist: mkdocstrings[python]>=0.24; extra == 'dev'
Requires-Dist: mypy>=1.8.0; extra == 'dev'
Requires-Dist: pre-commit>=3.6.2; extra == 'dev'
Requires-Dist: pytest>=9.0.0; extra == 'dev'
Requires-Dist: ruff>=0.2.2; extra == 'dev'
Requires-Dist: types-passlib>=1.7.7.20240106; extra == 'dev'
Description-Content-Type: text/markdown

# Hyperbase

## A foundational library for Semantic Hypergraphs

Hyperbase is a foundational library for working with *Semantic Hypergraphs (SH)*, which make it possible to represent a natural language sentence such as "Einstein first published the theory of relativity in 1905" as an ordered, recursive hyperlink of the form:

<figure markdown="span">
  ![Einstein first published the Theory of Relativity in 1905.](assets/images/hyperedge-blocks.png){ width="75%" }
</figure>

Hyperbase is written in Python, to both take advantage and facilitate integration with the rich environment of scientific libraries available in this language. It is released under the highly permissive MIT open source license.

## Installation and manual

Installation instructions, the manual and more information can be found here: <https://hyperquest.ai/hyperbase>

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Funding

The creation of this software library and the associated research that made it possible were funded by CNRS and the ERC Consolidator
Grant [Socsemics](https://socsemics.huma-num.fr/) (grant #772743).

<a href="https://socsemics.huma-num.fr/" style="margin:0px">
  <img src="docs/source/_static/socsemics.png" width="200">
</a>

## License

[MIT](https://choosealicense.com/licenses/mit/)