Changeset cfed5c1 for app/src/dgp/go
- Timestamp:
- 04/23/08 07:31:22 (17 years ago)
- Branches:
- master, help
- Children:
- a5fdde9
- Parents:
- ff0fc99
- git-author:
- pawelk <pawelk@…> (04/23/08 07:31:22)
- git-committer:
- pawelk <pawelk@…> (04/23/08 07:31:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/dgp/go
r0214596 rcfed5c1 1 make -f Makefile.go gram.dgp 2 tok |\ 3 lem -p W |\ 4 canonize |\ 5 sen |\ 6 gph -p W -p BOS -p EOS -r BOS |\ 7 dgp -i ds -p W -p BOS -p EOS -g gram.dgp 1 if test -f Makefile.go; 2 then 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 10 else 11 echo "Invalid configuration! Run utt_make_config.pl first." 12 fi 13
Note: See TracChangeset
for help on using the changeset viewer.