Skip to content

Commit

Permalink
Merge pull request #126 from gyorilab/expose-dump-terms
Browse files Browse the repository at this point in the history
Expose `dump_terms` from top level
  • Loading branch information
bgyori authored Jan 2, 2024
2 parents 1567471 + bdb51b3 commit a64021b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gilda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .api import get_grounder, get_models, get_names, ground, make_grounder, annotate
from .grounder import Grounder, ScoredMatch
from .pandas_utils import ground_df, ground_df_map
from .term import Term
from .term import Term, dump_terms

__all__ = [
'ground',
Expand All @@ -14,6 +14,7 @@
'get_names',
'get_grounder',
'make_grounder',
"dump_terms",
# Classes
'Term',
'Grounder',
Expand Down

0 comments on commit a64021b

Please sign in to comment.