![]() |
![]()
| ![]() |
![]()
generate NAME generate
SYNOPSISgenerate [-v] [-t] [-n num] [-s spname] {prefix} DESCRIPTIONThis small program randomly generates sentences that are acceptable by the given grammar. .dfa, .dict and .term files are needed to execute. They can be generated from .grammar and .voca file by mkdfa.pl. OPTIONS-t Output in word's category name.
-n num Set number of sentences to be generated (default:
10)
-s spname the name string of short-pause word to be supressed
(default: "sp")
-v Debug output mode.
EXAMPLESExmple output of a sample grammar "fruit": % generate fruit Stat: init_voca: read 36 words Reading in term file (optional)...done 15 categories, 36 words DFA has 26 nodes and 42 arcs ----- SEE ALSOmkdfa.pl ( 1 ) , generate-ngram ( 1 ) COPYRIGHTCopyright (c) 1997-2000 Information-technology Promotion Agency, Japan Copyright (c) 1991-2008 Kawahara Lab., Kyoto University Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology Copyright (c) 2005-2008 Julius project team, Nagoya Institute of Technology LICENSEThe same as Julius.
|