Skip to content

Hyperbase

A foundational library for Semantic Hypergraphs

Hyperbase is a foundational Python 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" in a structured way:

Einstein first published the Theory of Relativity in 1905.

In SH notation, this is represented as:

((first/M published/P.sox)
    einstein/C
    (the/M
        (of/B.ma theory/C relativity/C))
    (in/T 1905))

Funding

This software library and its associated research were funded by CNRS and the ERC Consolidator Grant Socsemics (grant #772743).