This is the command julius-generate-ngram that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
generate-ngram
- random sentence generator from N-gram
SYNOPSIS
generate-ngram [options...] {binary_ngram}
DESCRIPTION
generate-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 num
Number 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.
Use julius-generate-ngram online using onworks.net services