Changeset abd28d1 for src/compdic
- Timestamp:
- 02/22/12 23:10:23 (13 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/compdic/compdic
re7de6cc rabd28d1 172 172 done 173 173 174 cat $automaton | fsttopsort | fstprint --acceptor --isymbols=$alphabet > aaaa 175 cat aaaa | fsm2aut | aut2fsa > $2 174 echo generating binary automaton file ... 175 176 cat $automaton | fsttopsort | fstprint --acceptor --isymbols=$alphabet | fsm2aut | aut2fsa > $2 176 177 rm -r $tempdir 178 179 echo generating cats file ... 180 181 cat $1 | cut -d ',' -f 2 | sort -u $2.cats
Note: See TracChangeset
for help on using the changeset viewer.