Ignore:
Timestamp:
01/18/13 22:43:56 (11 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
b97a556
Parents:
243d027
git-author:
Tomasz Obrebski <to@…> (01/18/13 22:43:56)
git-committer:
Tomasz Obrebski <to@…> (01/18/13 22:43:56)
Message:

wsp�lny parametr -e usuni�ty
wyg�adzone teksty help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lem/common_lem.cc

    r5f4d9c3 re0cd003  
    3030} 
    3131 
    32  
    33 // STARE 
    34 //  if(args.dictionary_given) 
    35 //    strcpy(dictionary, args.dictionary_arg); 
    36 //  else { 
    37 //     char path[256]; 
    38 //     //sprintf(path, "/etc/utt/data/%s/%s", args.locale_arg, DICT_FILE); 
    39 //     //if (file_accessible(path) == 0) 
    40 //     //  strcpy(dictionary, path); 
    41 //     //else { 
    42 //       sprintf(path, "%s/%s", utt_dir, DICT_FILE); 
    43 //       if (file_accessible(path) == 0) 
    44 //      strcpy(dictionary, path); 
    45 //       else { 
    46 //      fprintf(stderr, "Cannot find dictionary!\n"); 
    47 //      exit(1); 
    48 //       } 
    49 //       //} 
    50 //   } 
    51  
Note: See TracChangeset for help on using the changeset viewer.