Changeset 2d89d4b for app/src


Ignore:
Timestamp:
12/16/08 23:40:47 (16 years ago)
Author:
walas <walas@…>
Branches:
master, help
Children:
2969c84
Parents:
9ace5d2
git-author:
walas <walas@…> (12/16/08 23:40:47)
git-committer:
walas <walas@…> (12/16/08 23:40:47)
Message:

dokumentacja mar + drobne poprawki mar (version)

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@64 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/mar/mar

    radb4c8d r2d89d4b  
    1010#which is one of the parametres of the script 
    1111#contact: d287572@atos.wmid.amu.edu.pl, walasiek@gmail.com 
     12 
     13my $version = '1.0'; 
    1214 
    1315use lib "/usr/local/lib/utt"; 
     
    3739my $morfield='lem'; 
    3840my $tags=0; 
     41my $show_version = 0; 
    3942 
    4043#read configuration files########################### 
     
    9093           "action=s" => \$action, 
    9194           "help|h" => \$help, 
    92            "space|s" => \$explicit_space 
     95           "space|s" => \$explicit_space, 
     96       "version|v" => \$show_version, 
    9397   ); 
    9498 
    9599 
    96100 
     101if($show_version){ 
     102    print "Version: $version\n"; 
     103    exit 0; 
     104} 
    97105 
    98106if($help) 
     
    103111Options: 
    104112   --pattern -e PATTERN         Pattern. 
    105    --bos -E PATTERN             Segment serving as sentence beginning marker. [TODO] 
     113   --eos -E PATTERN             Segment serving as sentence beginning marker. [TODO] 
    106114   --macros=FILE                Read macrodefinitions from FILE. [TODO] 
    107115   --define=FILE                Add macrodefinitions from FILE. [TODO] 
     
    110118                                    s - search 
    111119                                    P - postprocess 
    112                                 (default pgP) 
     120                                (default psP) 
    113121   --command                    Print generated shell command and exit. 
    114122   --help -h                    Print help. 
     123   --version -v         Script version 
    115124 
    116125In patern you can put any tag. Tags should begin with the @ character. 
Note: See TracChangeset for help on using the changeset viewer.