Skip to content

DelphinTools

DarrenAppling edited this page May 22, 2009 · 18 revisions

Objective

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

Installation

* 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

SHELL ENVIRONMENT SETUP

Add the following to your .bashrc

# Batch processing with Delphin DTHOME=/path/to/delphintools if [ -f $DTHOME/setup.sh ]; then

  • $DTHOME/setup.sh

fi

AUTOMATION WITH LOGON_DO

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.

Clone this wiki locally