source: _old/app/src/dgp/go @ 8f395c8

Last change on this file since 8f395c8 was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100755
File size: 250 bytes
Line 
1if test -f Makefile.go; 
2then
3        make -f Makefile.go gram.dgp;
4        tok |\
5        lem -p W |\
6        canonize |\
7        sen |\
8        gph -p W -p BOS -p EOS -r BOS |\
9        dgp -i ds -p W -p BOS -p EOS -g gram.dgp
10else 
11        echo "Invalid configuration! Run utt_make_config.pl first."
12fi
13
Note: See TracBrowser for help on using the repository browser.