Programs

The following are exectutable programs for grammars

scfg_make

make a set of rules for a SCFG.

scfg_train

make a set of rules for a SCFG.

scfg_parse

train a set of rules for a SCFG.

scfg_test

Perform parsing using pre-trained grammar.

wfst_build

Build a weighted finite state transducer.

wfst_run

Run a weighted finite state transducer.

ngram_build

Train a n-gram from text.

ngram_test

Caldulate the perplexity etc of an n-gram.