Lucky-Dhakad / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
0 stars 1 forks source link

Command-line arguments getting out of hand #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BuildIndex, BuildPositionIndex, Search, VectorStoreTranslater,
CompareTerms, ClusterResults and ClusterVectorStore all take command-line
arguments and implement effective but ad hoc parsing of these arguments.

It's great that we have so many options now, but it's turning into a
maintenance nightmare. We need a better way of parsing command line
arguments all in one class, and maybe using them as global variables.

Original issue reported on code.google.com by dwidd...@gmail.com on 26 Mar 2009 at 11:17

GoogleCodeExporter commented 9 years ago
Done, in the Flags.java class.

Design doc at http://code.google.com/p/semanticvectors/wiki/CommandLineFlags

Released in v 1.20, in effect.

Original comment by dwidd...@gmail.com on 8 Jul 2009 at 4:07