vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Implement get_enrichments in cg_enrich #7

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Need to implement the cg_enrich->enrich()->get_enrichments function to make it possible to query what enrichment options are loaded in the class instance.

gdbassett commented 9 years ago

May want to give the ability to pick specific enrichments rather than those which meet criteria.

gdbassett commented 9 years ago

Implemented in gabe branch.

gdbassett commented 9 years ago

(still needs testing)