MaltOptimizer is distributed under this open source license. It is easy to install and use. If you have any questions contact us.
MaltOptimizer-SPMRL | September 2 2013 | MaltOptimizerSPMRL.tar.gz | MaltOptimizerSPMRL.zip |
java -jar MaltOptimizerSPMRL.jar -p 1 -m <MaltParser jar path> -c <training set> java -jar MaltOptimizerSPMRL.jar -p 2 -m <MaltParser jar path> -c <training set> java -jar MaltOptimizerSPMRL.jar -p 3 -m <MaltParser jar path> -c <training set>when you get your optimized settings, you should run:
java -jar FromSimpleToComplex.jar <training-set> <training-set> <new-trainingset-10+n> java -jar FromSimpleToComplex.jar <training-set> <test-set> <new-testset-10+n>Being <training-set> your training set used to get the optimized settings and <test-set> your held-out test set used for evaluation.
java -jar <MaltParser jar path> -f finalOptionsFile.xml -F <path to the feature model suggested> java -jar <MaltParser jar path> -c langModel.xml -i <new-testset-10+n>You also have the option of transforming your output file to a 10-column format by using
java -jar FromComplexToSimple.jar <training-set> <output-test-set-10+n> <output-10columns>After that, you can simply evaluate by using evaluation tools, such as eval.pl or eval07.pl.