Changeset abd28d1 for src


Ignore:
Timestamp:
02/22/12 23:10:23 (12 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
a15e59b
Parents:
b242df2
git-author:
Tomasz Obrebski <to@…> (02/22/12 23:10:23)
git-committer:
Tomasz Obrebski <to@…> (02/22/12 23:10:23)
Message:

fixed further bugs around compdic
cats file renamed and moved
config files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/compdic/compdic

    re7de6cc rabd28d1  
    172172done 
    173173 
    174 cat $automaton | fsttopsort | fstprint --acceptor --isymbols=$alphabet > aaaa 
    175 cat aaaa | fsm2aut | aut2fsa > $2 
     174echo generating binary automaton file ... 
     175 
     176cat $automaton | fsttopsort | fstprint --acceptor --isymbols=$alphabet | fsm2aut | aut2fsa > $2 
    176177rm -r $tempdir 
     178 
     179echo generating cats file ... 
     180 
     181cat $1 | cut -d ',' -f 2 | sort -u $2.cats 
Note: See TracChangeset for help on using the changeset viewer.