MaltParser

MaltParser 1.3.1 - Available options

OptionFlagTypeDefaultUsageDescription
system
 option_file -f string   Path to option file
 help -h unary   Show options
 verbosity -v enum info  Verbosity level
 offLogging turned off
 fatalLogging of very severe error events
 errorLogging of error events
 warnLogging of harmful situations
 infoLogging of informational messages
 debugLogging of debugging messages
config
 name -c string  both Configuration name
 url -u string  both URL to configuration file
 flowchart -m enum parse both Flow chart
 learnLearn a Single MaltParser configuration
 parseParse with a Single MaltParser configuration
 infoPrints the info file of a configuration
 unpackUnpacks a configuration
 convertSimple format converter
 projProjectivizes input data using a configuration
 deprojDeprojectivizes input data using a configuration
 learnwoSame as learn, but also outputs the graphs to file specified by the flag -o
 testdataGenerates test instances to run experiments with a learner outside MaltParser. Use for example the flag -lsi truei> to save instances.
 type -t class singlemalt both Configuration type
 singlemaltSingle Malt Parser configuration
 workingdir -w string user.dir both Working directory
 logging -cl enum info both Configuration logging level
 offLogging turned off
 fatalLogging of very severe error events
 errorLogging of error events
 warnLogging of harmful situations
 infoLogging of informational messages
 debugLogging of debugging messages
 logfile -lfi string stdout both Log file name (default: standard output)
singlemalt
 mode -sm enum parse both Single Malt Parser Configuration mode
 learn
 parse
 parsing_algorithm -a class nivreeager save Parsing algorithm
 nivreeagerNivre arc-eager
 nivrestandardNivre arc-standard
 covnonprojCovington non-projective
 covprojCovington projective
 stackprojStack projective
 stackeagerStack eager
 stacklazyStack lazy
 guide_model -gm class single save Guide model type
 singleClassic guide
 null_value -nv enum one save The degree of differentiation of null-values
 noneExcludes all types of null values
 oneMaps all kinds of null values to one symbol
 rootlabelSame as 'one', but null value for output column is mapped to the root label
 rootnodeDistinguish between no node and root node
 novalueDistinguish between no node and root node, and no value for output column
 diagnostics -di bool false save diagnostics
 diafile -dif string stdout both Diagnostics file name (default: standard output)
input
 infile -i string  both Path to input file
 format -if stringenum conllx save Path to format specification file
 conllxCoNLL-X data format
 malttabMaltTAB data format
 negrapsNegra phrase structure
 negradsNegra dependency structure
 tal05psTalbanken05 phrase structure
 tal05dsTalbanken05 dependency structure
 tigerpsTiger phrase structure
 tigerdsTiger dependency structure
 reader -ir class tab both Data reader
 tabTab-separated reader
 negraNegra reader
 tigerTigerXML reader
 charset -ic string UTF-8 save Character set
 reader_options -iro string  both Specific reader options
 iterations -it integer 1 both Number of iterations.
output
 outfile -o string  both Path to output file
 format -of stringenum conllx both Path to format specification file
 conllxCoNLL-X data format
 malttabMaltTAB data format
 negrapsNegra phrase structure
 negradsNegra dependency structure
 tal05psTalbanken05 phrase structure
 tal05dsTalbanken05 dependency structure
 tigerpsTiger phrase structure
 tigerdsTiger dependency structure
 writer -ow class tab both Data writer
 tabTab-separated writer
 negraNegra writer
 tigerTigerXML writer
 charset -oc string UTF-8 save Character set
 writer_options -owo string  both Specific writer options
graph
 max_sentence_length -gsl integer 256 both Max sentence length
 root_label -grl string ROOT save Default label for root dependents
 head_rules -ghr string  save An URL or a file name to file that contains a list of head rules
nivre
 root_handling -r enum normal save Root handling
 strictRoot dependents not attached during parsing (attached with default label afterwards), reduction of unattached tokens not permissible
 relaxedRoot dependents not attached during parsing (attached with default label afterwards), reduction of unattached tokens permissible
 normalRoot dependents attached by RightArc transition during parsing (unattached tokens attached with default label afterwards)
covington
 allow_root -cr bool true save Allow root
 allow_shift -cs bool false save Allow shift transition
libsvm
 libsvm_options -lso string -s_0_-t_1_-d_2_-g_0.2_-c_1_-r_0_-e_1.0 save LIBSVM options (see LIBSVM Documentation)
 libsvm_external -lsx string  train Path to svm-train
 save_instance_files -lsi bool false save If save_instance_files=true, instance files are saved in the configuration.
 verbosity -lsv enum silent train Verbosity of LIBSVM
 silentNo output from LIBSVM (and splitSVM) is logged
 errorOnly the error stream of LIBSVM (and splitSVM) is logged
 allAll output of LIBSVM (and splitSVM) is logged
liblinear
 liblinear_options -llo string -s_1_-c_1_-e_0.1_-B_1 save LIBLINEAR options (see liblinear Documentation)
 liblinear_external -llx string  train Path to svm-train
 save_instance_files -lli bool false save If save_instance_files=true, instance files are saved in the configuration.
 verbosity -llv enum silent train Verbosity of LibLinear
 silentNo output from LibLinear is logged
 errorOnly the error stream of LibLinear is logged
 allAll output of LibLinear is logged
guide
 features -F stringenum  save Feature model specification
 nivreeagerNivre arc-eager default model
 nivrestandardNivre arc-standard default model
 covnonprojCovington non-projective default model
 covprojCovington projective default model
 stackprojStack projective default model
 stackeagerStack projective default model
 stacklazyStack projective default model
 data_split_column -d string  save Data split input column
 data_split_structure -s string  save Data split data structure
 data_split_threshold -T integer 50 save Data split threshold
 kbest -k integer -1 save Number of items in k-best list
 kbest_type -kt class rank process Type of k-best list
 rankOnly ranked list
 scoreScored list, if the learner produce scores
 learner -l class libsvm save Learner
 libsvmLIBSVM learner
 liblinearLIBLINEAR learner
 decision_settings -gds string T.TRANS+A.DEPREL save Decision settings
 classitem_separator -gcs string ~ save Class item separator
pproj
 marking_strategy -pp enum none save Marking strategy for pseudo-projective transformation
 noneNo pseudo-projective transformation
 baselineProjectivizes input data
 headProjectivizes input data with head encoding for labels
 pathProjectivizes input data with path encoding for labels
 head+pathProjectivizes input data with head and path encoding for labels
 covered_root -pcr enum none save Attachment strategy for covered roots
 noneNo covered root transformation
 leftAttach covered roots to the left end of the covering arc
 rightAttach covered roots to the right end of the covering arc
 headAttach covered roots to the head of the covering arc
 lifting_order -plo enum shortest save Lifting order, in case a dependency graph contains multiple non-projective arcs
 shortestLift the shortest arcs first (break ties from left to right)
 deepestLift the most deeply nested arcs first (break ties from left to right)