Changeset 19760ef for app/src/gue


Ignore:
Timestamp:
05/15/08 21:55:02 (16 years ago)
Author:
obrebski <obrebski@…>
Branches:
master, help
Children:
b012e2a
Parents:
6ac84d8
git-author:
obrebski <obrebski@…> (05/15/08 21:55:02)
git-committer:
obrebski <obrebski@…> (05/15/08 21:55:02)
Message:

uzupelnione configi
oprawiona obsluga opcji weight w gue
tre znajduje swoja biblioteke (nie znajdywal wczesniej)

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

Location:
app/src/gue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • app/src/gue/cmdline_guess.ggo

    r8d3e6ab r19760ef  
    88option "dictionary"             d       "File with dictionary information" string typestr="filename" default="gue.bin" no 
    99option "per-info"               v       "Display performance information" flag off 
    10 option "weights"                w       "Print weights" flag off hidden 
     10option "weights"                w       "Print weights" flag off 
    1111option "no-uppercase"           -       "Do not process form containing uppercase letters" flag off 
    1212 
  • app/src/gue/common_guess.cc

    r6ac84d8 r19760ef  
    88char dictionary[255]; 
    99bool per_info=false; 
    10 bool weights=true; 
     10bool weights=false; 
    1111 
    1212void process_guess_options(gengetopt_args_info* args) 
     
    5656 
    5757  if(args->weights_given) 
    58     weights=false; 
     58    weights=true; 
    5959 
    6060} 
Note: See TracChangeset for help on using the changeset viewer.