-
Notifications
You must be signed in to change notification settings - Fork 4
DelphinTools
DarrenAppling edited this page May 22, 2009
·
18 revisions
scripts for automating parsing, translation, and generation within the Delphin HPSG framework
Original Author: Eric Nichols <eric-n@is.naist.jp> Nara Institute of Science and Technology
* Via mercurial $ hg pull 'http://cl.naist.jp/\~eric-n/hg/delphintools' /path/to/delphintools * Via tarball
$ wget 'http://cl.naist.jp/\~eric-n/hg/delphintools/archive/tip.tar.gz' -O /path/to/delphintools.tgz $ cd /path/to/ && tar -zxvf delphintools.tgz
Add the following to your .bashrc
# Batch processing with Delphin
DTHOME=/path/to/delphintools
if [ -f $DTHOME/setup.sh ]; then
. $DTHOME/setup.sh
fi
delphintools/bin/logon_do provides a simple interface for parsing, tranlating, and generating using the LOGON binary. It automatically creates a collection of profiles from a bitext-formatted input file.
Home | Forum | Discussions | Events