FormalLanguageConstrainedPathQuerying / CFPQ_Data

Graphs and grammars for Context-Free Path Querying algorithms evaluation.
https://formallanguageconstrainedpathquerying.github.io/CFPQ_Data/
Other
10 stars 15 forks source link

Tools refactoring #24

Closed simpletonDL closed 3 years ago

simpletonDL commented 4 years ago

I think all tools should be part of the same python script. So in terms of argparse we can use subparsers. Something like this: python3 init tool_1 [tool_1 args], python3 init tool_2 [tool_2 args] and so on. This will cause CFPQ_Data to be formed as a single package.