java - How to use JGAAP's command line interface? -
java graphical authorship attribution program (jgaap) has cli running authorship classifications , -ee flag running multiple experiments. their website went down (though looked @ before , didn't have there) , haven't been able find other resources on using jgaap. question (or can find) valid command line parameters analysis methods, event drivers, etc.?
i've been able run jgaap experiment engine (-ee) following .run file:
test ngram_svm,,character ngrams|n:3,,linear svm,,data.csv the java source code jgaap available on github here, have looked closely , not been able find how wants other parameters formed. example, how switch linear svm in example above kendall correlation distance nearest neighbor classifier? gives classifier not found error when try swap them.
Comments
Post a Comment