-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add text annotator interface via Gilda (#159)
* Begin gilda framework * Add gilda implementation Co-Authored-By: Benjamin M. Gyori <[email protected]> * Update type hints * Add tests * Update poetry.lock * Add configuration * Update test_gilda.py * Add docs * Clean up code and better error messages * Update CLI command example Co-authored-by: Benjamin M. Gyori <[email protected]>
- Loading branch information
Showing
12 changed files
with
649 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. _gilda_implementation: | ||
|
||
Gilda Endpoint | ||
============== | ||
Command Line Examples | ||
---------------------- | ||
Use the :code:`gilda` selector: | ||
|
||
.. code:: shell | ||
$ runoak -i gilda: COMMAND [COMMAND-ARGUMENTS-AND-OPTIONS] | ||
Currently ontology sub-selectors are not supported | ||
|
||
Annotation | ||
^^^^^^^^^^ | ||
.. code:: shell | ||
$ runoak -i gilda: annotate -W "cell cortex" | ||
Code | ||
---- | ||
.. currentmodule:: oaklib.implementations.gilda | ||
|
||
.. autoclass:: GildaImplementation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,5 @@ The most mature implementations are: | |
ubergraph | ||
ontobee | ||
ols | ||
gilda | ||
aggregator | ||
|
Oops, something went wrong.