Changes between Version 3 and Version 4 of CommandLineOptions
- Timestamp:
- 01/22/09 16:10:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommandLineOptions
v3 v4 14 14 Note: all LIST are delimited by <tt>+</tt> (a plus sign) 15 15 16 == TODO ==17 18 Convert the below to trac wiki format19 20 21 16 === Optimisation === 22 17 23 {|border="1" 24 !|long form 25 !|purpose 26 !|default 27 |- 28 | --extrapols=LIST 29 | preset polarities (normally, you should use rootcats instead) 30 | unset 31 |- 32 | --opts=LIST 33 | optimisations to apply LIST 34 | unset 35 |- 36 | --repeat=INT 37 | perform INT trials during batch testing 38 | 1 39 |- 40 | --rootcats=LIST 41 | root categories LIST (for polarities) 42 | s 43 |} 18 ||long form||purpose||default 19 || --extrapols=LIST || preset polarities (normally, you should use rootcats instead) || unset 20 || --opts=LIST || optimisations to apply LIST || unset 21 || --repeat=INT || perform INT trials during batch testing || 1 22 || --rootcats=LIST || root categories LIST (for polarities) || s 44 23 45 <pre> 24 {{{ 46 25 List of optimisations. 47 26 (ex: --opt=+f+s for foot constraints and semantic filters) … … 60 39 Batch processing: 61 40 batch - batch processing 62 </pre> 41 }}} 63 42 64 43 === Common grammar manifesto === 65 44 66 {|border="1" 67 !|long form 68 !|purpose 69 !|default 70 |- 71 | --viewcmd=CMD 72 | XMG tree-view command 73 | unset 74 |- 75 |} 45 ||long form ||purpose ||default 46 || --viewcmd=CMD || XMG tree-view command || unset 76 47 77 48 == Other options == 78 49 50 {{{ 79 51 --ignoresem ignore all semantic information 80 52 --maxtrees=INT max tree size INT by number of elementary trees … … 82 54 --morphcmd=CMD morphological post-processor CMD (default: unset) 83 55 --testcases=LIST run test cases LIST ('+' seperated, default: unset [all]) 56 }}}