Sautrela

edu.gtts.sautrela.wfsa.models
Class DefaultDWFSASet

java.lang.Object
  extended by edu.gtts.sautrela.wfsa.models.DefaultDWFSASet

public class DefaultDWFSASet
extends java.lang.Object

Author:
mpenagar

Method Summary
static void main(java.lang.String[] args)
          DefaultDWFSASet - create a WFSASet from a Dictionary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
DefaultDWFSASet - create a WFSASet from a Dictionary.
      Syntax:  DefaultDWFSASet  [-lri symbol] name dictionary
 
        -ilr  symbol  Insertion of symbol is allowed (not forced) at the beginning (-l),
                      between (-i) and at the end (-r) of the transcription symbols.
        name          name for the WFSASet
        dictionary    locator of the Dictionary.
 

Parameters:
args - Command line arguments.

Sautrela