Last change
on this file since b97a556 was
e7de6cc,
checked in by Tomasz Obrebski <to@…>, 13 years ago
|
new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated
|
-
Property mode set to
100755
|
File size:
250 bytes
|
Rev | Line | |
---|
[5f4d9c3] | 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
TracBrowser
for help on using the repository browser.