mkabbasi / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

introduce args4j to implementations of org.cleartk.classifier.mallet.factory.ClassifierTrainerFactory #139

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have started using args4j for parsing command line arguments.  It is
ridiculously easy to use and would be appropriate for out needs in ClearTK.
 I was reviewing the org.cleartk.classifier.mallet.factory package this
afternoon and noticed that the implementations of ClassifierTrainerFactory
would really benefit from using args4j and would also be easier to create
new implementations for the other classifiers.  

The Train.main method would also benefit from args4j too.

Original issue reported on code.google.com by pvogren@gmail.com on 3 Feb 2010 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 6:36

GoogleCodeExporter commented 9 years ago
Issue 284 has been merged into this issue.

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by phi...@ogren.info on 4 Aug 2012 at 6:05

GoogleCodeExporter commented 9 years ago

Original comment by lee.becker on 17 Feb 2013 at 5:09

GoogleCodeExporter commented 9 years ago
My recent experiences have convinced me that JewelCLI 
(http://jewelcli.lexicalscope.com/) is a better option parsing library than 
args4j.

It's also being more actively maintained - args4j last release to Maven Central 
was 25-Jun-2012, while jewelcli was 06-Feb-2013.

Original comment by steven.b...@gmail.com on 18 Feb 2013 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 3 May 2013 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by phi...@ogren.info on 15 Mar 2014 at 5:41