Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

association graphs #828

Merged
merged 3 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
438 changes: 438 additions & 0 deletions docs/examples/AdHoc/Summarizing-with-LLMs.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/examples/AdHoc/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _ad_hoc_examples:

Ad Hoc Examples
================

.. toctree::
:maxdepth: 2

Summarizing-with-LLMs
Text-Content-Analysis
1 change: 1 addition & 0 deletions docs/examples/Commands/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Commands

Apply
Associations
Crawl
DiffViaMappings
Disjoints
Enrichment
Expand Down
9 changes: 9 additions & 0 deletions docs/examples/OntologyEditorsGuide/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. _ontology_editing_examples:

Ontology Editing Examples
================

.. toctree::
:maxdepth: 2

Edit-File-Examples
2 changes: 2 additions & 0 deletions docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ All the examples here are Jupyter notebooks that can be run interactively.
Ontologies/index
Adapters/index
Interfaces/index
OntologyEditorsGraph/index
AdHoc/index
4,338 changes: 2,629 additions & 1,709 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kgcl-schema = "^0.6.9"

funowl = ">=0.2.0"
gilda = {version = ">=1.0.0", optional = true}
bioservices = {version = "*", optional = true}
semsimian = {version = ">=0.2.18", optional = true}
kgcl-rdflib = "0.5.0"
llm = "^0.14"
Expand Down Expand Up @@ -77,6 +78,7 @@ boomerang = "oaklib.utilities.mapping.boomer_utils:main"
[tool.poetry.extras]
docs = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-mermaid", "sphinx-copybutton"]
gilda = ["scipy", "gilda", "urllib3"]
bioservices = ["bioservices"]
llm = ["llm", "aiohttp", "html2text"]
seaborn = ["seaborn"]
semsimian = ["semsimian"]
Expand Down
Loading