|
generate-ngram
NAMEgenerate-ngram - random sentence generator from N-gramSYNOPSISgenerate-ngram [options...] {binary_ngram} DESCRIPTIONgenerate-ngram is a tool to generate sentences randomly according to the given N-gram language model. The N-gram model file binary_ngram should be an binary format.OPTIONS-n numNumber of sentences to generate (default: 10)
-N Specify which length of N-gram to use (default: available
max in the given model)
-bos Beginning-of-sentence word (default:
"<s>")
-eos End-of-sentence word (default:
"</s>")
-ignore Specify a word to be supressed from output (default:
"<UNK")
-v Verbose output.
-debug Debug output.
SEE ALSOjulius ( 1 ) , mkbingram ( 1 )COPYRIGHTCopyright (c) 1997-2000 Information-technology Promotion Agency, JapanCopyright (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.
Visit the GSP FreeBSD Man Page Interface. |