HazyResearch / mindbender

Tools for iterative knowledge base development with DeepDive
117 stars 31 forks source link

Factor out export tags functionality to a separate command #20

Open netj opened 9 years ago

netj commented 9 years ago

Exporting tags.json of Mindtagger tasks is currently only possible via the GUI backend. This code can be put into its own command for more automation, and the GUI can simply call the command as we do for most other backend APIs.