| 1 | | == The basics == |
| 2 | | |
| 3 | | GenI provides the following command line arguments. The mandatory options are {{{-t FILE -l FILE -s FILE}}} (an unanchored trees file, a lexicon and a semantic test suite) |
| 4 | | |
| 5 | | ||short form||long form||purpose |
| 6 | | || ||--nogui || disable graphical user interface |
| 7 | | || ||--help || show full list of command line switches |
| 8 | | ||-t FILE || --trees=FILE || (unanchored) tree file FILE |
| 9 | | || -l FILE || --lexicon=FILE || lexicon file FILE |
| 10 | | || -s FILE || --testsuite=FILE || test suite FILE |
| 11 | | |
| 12 | | == Advanced options == |
| 13 | | |
| 14 | | Note: all LIST are delimited by <tt>+</tt> (a plus sign) |
| 15 | | |
| 16 | | === Optimisation === |
| 17 | | |
| 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 |
| 23 | | |
| 24 | | {{{ |
| 25 | | List of optimisations. |
| 26 | | (ex: --opt=+f+s for foot constraints and semantic filters) |
| 27 | | |
| 28 | | Polarity optimisations: |
| 29 | | pol - equivalent to +p+a+s+c |
| 30 | | p - polarity filtering |
| 31 | | a - polarity detection |
| 32 | | s - polarity signatures |
| 33 | | c - chart sharing |
| 34 | | |
| 35 | | Adjunction optimisations: |
| 36 | | adj - equivalent to +S+F |
| 37 | | S - semantic filtering |
| 38 | | F - foot constraints |
| 39 | | Batch processing: |
| 40 | | batch - batch processing |
| 41 | | }}} |
| 42 | | |
| 43 | | === Common grammar manifesto === |
| 44 | | |
| 45 | | ||long form ||purpose ||default |
| 46 | | || --viewcmd=CMD || XMG tree-view command || unset |
| 47 | | |
| 48 | | == Other options == |
| 49 | | |
| 50 | | {{{ |
| 51 | | --ignoresem ignore all semantic information |
| 52 | | --maxtrees=INT max tree size INT by number of elementary trees |
| 53 | | --morphinfo=FILE morphological lexicon FILE (default: unset) |
| 54 | | --morphcmd=CMD morphological post-processor CMD (default: unset) |
| 55 | | --testcases=LIST run test cases LIST ('+' seperated, default: unset [all]) |
| 56 | | }}} |
| | 1 | See the official reference manual instead. |