Skip to content

Commit 6ecc091

Browse files
committed
updating documentation nav bar
1 parent a2e6384 commit 6ecc091

2 files changed

Lines changed: 9 additions & 22 deletions

File tree

docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
# hyperbase
1+
# Hyperbase
2+
23
## A foundational library for Semantic Hypergraphs
34

45
!!! note
5-
Read our publications and explore some use cases [here](pubs-cases.md).
6+
[Read our publications and explore some use cases](pubs-cases.md).
67

7-
hyperbase is an Artificial Intelligence open-source software library and scientific research tool. Its aim is to facilitate automated meaning extraction and text understanding, as well as the exploration and inference of knowledge. It is part of [socsemics](https://socsemics.huma-num.fr/), a research project funded by the European Research Council and focused on the fragmentation in online public spaces.
8+
Hyperbase is an Artificial Intelligence open-source software library and scientific research tool. Its aim is to facilitate automated meaning extraction and text understanding, as well as the exploration and inference of knowledge. It is part of [socsemics](https://socsemics.huma-num.fr/), a research project funded by the European Research Council and focused on the fragmentation in online public spaces.
89

910
The ambition of this project is not simply to contribute to advancing the state-of-the-art in AI, but principally to be an effective interdisciplinary research tool. More specifically, we are interested in advancing the possibilities of automated meaning extraction for research in fields such as Computational Social Sciences, Cognitive Science and the Humanities.
1011

11-
hyperbase is built around a unifying concept: the *Semantic Hypergraph (SH)*, which makes 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:
12+
Hyperbase is built around a unifying concept: the *Semantic Hypergraph (SH)*, which makes 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:
1213

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

17-
The aim of SH and hyperbase is to enable hybrid approaches, combining symbolic AI and statistical/connectionist Machine Learning methods. This is for two main reasons: to facilitate understandability and reproducibility for human researchers and to combine the strengths of both approaches.
18+
The aim of SH and Hyperbase is to enable hybrid approaches, combining symbolic AI and statistical/connectionist Machine Learning methods. This is for two main reasons: to facilitate understandability and reproducibility for human researchers and to combine the strengths of both approaches.
1819

19-
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.
20+
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.
2021

2122
## Funding
2223

mkdocs.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: hyperbase
1+
site_name: Hyperbase
22
site_description: A foundational library for Semantic Hypergraphs
33
site_url: https://hyperquest.ai/hyperbase
44
repo_url: https://github.com/hyperquest-hq/hyperbase
@@ -62,32 +62,18 @@ nav:
6262
- Tutorials:
6363
- tutorials/index.md
6464
- Parsing a Sentence: tutorials/parsing-a-sentence.md
65-
- Hypergraph Operations: tutorials/hypergraph-operations.md
6665
- Conflict Networks: tutorials/conflicts.md
6766
- Parsing a Book: tutorials/parsing-a-book.md
6867
- Actors Making Claims: tutorials/claims.md
6968
- Manual:
7069
- manual/index.md
7170
- Overview: manual/overview.md
7271
- Notation: manual/notation.md
73-
- Special Relations: manual/special-relations.md
74-
- Hypergraph Operations: manual/hypergraph-operations.md
72+
- Hyperedge Operations: manual/hyperedge-operations.md
7573
- Patterns: manual/patterns.md
7674
- Discovering Patterns: manual/discovering-patterns.md
7775
- Parsing: manual/parsing.md
78-
- Readers: manual/readers.md
79-
- Coreference Resolution: manual/corefs.md
80-
- Meaning Extraction: manual/meaning.md
81-
- Database Backends: manual/backends.md
82-
- Notebooks & Visualizations: manual/notebooks.md
83-
- CLI: manual/cli.md
84-
- Internals:
85-
- manual/internals/index.md
86-
- Creating a Parser: manual/internals/create-parser.md
87-
- Creating a Backend: manual/internals/create-backend.md
88-
- API Reference: manual/api.md
8976
- Team: team.md
90-
- Thanks: thanks.md
9177

9278
extra_css:
9379
- assets/stylesheets/extra.css

0 commit comments

Comments
 (0)