wfst_build Build a weighted finite-state transducer

Table of Contents
Synopsis
OPTIONS

Synopsis

wfst_build [option] [rulefile0] [rulefile1] ... [-type string " {kk}"] [-determinize ] [-detmin ] [-o ofile] [-heap int " {210000}"] [-q ]

Build and.or process weighted finite state transducers (WFSTs) form various input formats. This program accepts descriptions in the following formats and converts them to WFSTs

In addition various operations can be performed on two WFSTs

The newly formed WFSTs can be optionally determinized and minimzed. The option asis allows a single WFSTs to be loaded and determinized and/or minimized

OPTIONS

-type

string " {kk}" Input rule type: kk, lts, rg, compose, regex union, intersect, concat, asis

-determinize

Determinize WFST before saving it

-detmin

Determinize and minimize WFST before saving it

-o

ofile Output file for saved WFST (default stdout)

-heap

int " {210000}" Set size of Lisp heap, needed for large rulesets

-q

Quiet mode, no summary generated