Changeset 8f395c8


Ignore:
Timestamp:
12/14/11 17:53:54 (12 years ago)
Author:
tom <tom@…>
Branches:
master
Children:
7bed30f
Parents:
93afab8
git-author:
tom <tom@…> (12/14/11 17:53:54)
git-committer:
tom <tom@…> (12/14/11 17:53:54)
Message:

poprawki w komponencie compdic

Location:
_old/app/src/compdic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • _old/app/src/compdic/Makefile

    r93afab8 r8f395c8  
    1 CFLAG1 = -m32 -Wno-deprecated -O3 -fpermissive 
     1CFLAG1 = -Wno-deprecated -O3 -fpermissive 
    22CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static 
    33 
     
    88 
    99aut2fsa: aut2fsa.cc 
    10         #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc 
    1110        g++ $(CFLAG1) -o aut2fsa aut2fsa.cc 
    1211 
  • _old/app/src/compdic/compdic

    r93afab8 r8f395c8  
    2121if [ $# -lt 2 ] 
    2222then 
     23    echo 
     24    echo "compdic is a tool to compile lists of automaton paths (words) into the automaton format" 
     25    echo "suitable for use with lem, gue, cor, and kor components" 
     26    echo 
    2327    echo "Usage:" 
    2428    echo "        compdic [-p <parts>] <wordlist> <automaton>" 
    2529    echo "where" 
    2630    echo "    <wordlist> - file containig a list of words, one per line, iso-8859-2 encoded" 
    27     echo "    <automaton> - a file to which the compiled automaton (cor/kor format) shoul be written" 
     31    echo "    <automaton> - a file to which the compiled automaton (lem/gue/cor/kor format) should be written" 
    2832    exit 0 
    2933fi       
Note: See TracChangeset for help on using the changeset viewer.