Skip to content

Commit

Permalink
association graphs (#828)
Browse files Browse the repository at this point in the history
* Added association-graphs command

* format

* format
  • Loading branch information
cmungall authored Feb 11, 2025
1 parent 22ebc5c commit f9651e9
Show file tree
Hide file tree
Showing 25 changed files with 3,965 additions and 2,573 deletions.
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

0 comments on commit f9651e9

Please sign in to comment.