diff options
Diffstat (limited to 'gfsm/gfsm/src/programs/gfsmproduct.gog')
-rw-r--r-- | gfsm/gfsm/src/programs/gfsmproduct.gog | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/gfsm/gfsm/src/programs/gfsmproduct.gog b/gfsm/gfsm/src/programs/gfsmproduct.gog deleted file mode 100644 index 120c823..0000000 --- a/gfsm/gfsm/src/programs/gfsmproduct.gog +++ /dev/null @@ -1,78 +0,0 @@ -# -*- Mode: Shell-Script -*- -# -# Getopt::Gen specification -#----------------------------------------------------------------------------- -program "gfsmproduct" -#program_version "0.01" - -purpose "Compute Cartesian product of finite state acceptors" -author "Bryan Jurish <moocow@ling.uni-potsdam.de>" -on_reparse "warn" - -#----------------------------------------------------------------------------- -# Details -#----------------------------------------------------------------------------- -details "" - -#----------------------------------------------------------------------------- -# Files -#----------------------------------------------------------------------------- -#rcfile "/etc/mootrc" -#rcfile "~/.mootrc" - -#----------------------------------------------------------------------------- -# Arguments -#----------------------------------------------------------------------------- -argument "LOWER" "Stored binary gfsm file" \ - required=1 \ - details=" -FSM accepting the lower side of the output FST. -Required argument. -" - -argument "UPPER" "Stored binary gfsm file" \ - details=" -FSM accepting the upper side of the output FST. -If unspecified, standard input will be read. -" - -#----------------------------------------------------------------------------- -# Options -#----------------------------------------------------------------------------- -#group "Basic Options" - -int "compress" z "Specify compression level of output file." \ - arg="LEVEL" \ - default="-1" \ - details=" -Specify zlib compression level of output file. -1 (default) indicates -the default compression level, 0 (zero) indicates no zlib compression at all, -and 9 indicates the best possible compression. -" - -string "output" F "Specifiy output file (default=stdout)." \ - arg="FILE" \ - default="-" - -#----------------------------------------------------------------------------- -# Addenda -#----------------------------------------------------------------------------- -#addenda "" - -#----------------------------------------------------------------------------- -# Bugs -#----------------------------------------------------------------------------- -bugs " - -None known. - -" - -#----------------------------------------------------------------------------- -# Footer -#----------------------------------------------------------------------------- -#acknowledge `cat acknowledge.pod` - -seealso " -L<gfsmutils> -" |