Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
    jclient.pl

JCLIENT.PL(1)							   JCLIENT.PL(1)

NAME
	 jclient.pl
	- sample client for module mode (perl version)

SYNOPSIS
     jclient.pl

DESCRIPTION
     This  is  yet  another  sample  client  written in perl. It will connect to
     Julius running in module mode, receive recognition results from Julius, and
     cna send commands to control Julius.

     This is a tiny program with only 57 lines. You can use it for free.

EXAMPLES
     Invoke Julius with module mode by specifying "-module" option:
     Then, at other terminal or other host, invoke jclient.pl  like  below.  The
     default  hostname	is "localhost", and port number is 10500. You can change
     them by editing the top part of the script.
     It will then receive the outputs of Julius and output the	raw  message  to
     standard out. Also, by inputting a raw module command to the standard input
     of jclient.pl, it will be sent to Julius. See manuals for the specification
     of module mode.

SEE ALSO
      julius ( 1 ) ,
      jcontrol ( 1 )

COPYRIGHT
     "jclient.pl"    has    been    developed	 by    Dr.    Ryuichi	Nisimura
     (nisimura@sys.wakayama-u.ac.jp). Use at your own risk.

     If you have any feedback, comment or request, please contact the E-mail ad-
     dress above, or look at the Web page below.

     http://w3voice.jp/

				   10/02/2008			   JCLIENT.PL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=jclient.pl&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help