Não consigo executar o jcontrol no Ubuntu 17.10 [fechado]

0
$ jcontrol 
usage: jcontrol host [portnum (def=10500)]
on terminal :apt-get install julius

Eu não sei onde está o problema

    
por Ibrahim benaissi 21.02.2018 / 23:46

1 resposta

1

   jcontrol is a simple console program to control julius running on other
       host via network API. It can send command to Julius, and receive
       messages from Julius.

       When invoked, jcontrol tries to connect to Julius running in "module
       mode" on specified hostname. After connection established, jcontrol
       waits for user commands from standard input.

       When user types a command to jcontrol, it will be interpreted and cor-
       responding API command will be sent to Julius. When a message is
       received from Julius, its content will be output to standard output.

Para os detalhes sobre a API, consulte os documentos relacionados.

O nome do host é um parâmetro obrigatório e, como sua saída especifica, o número da porta padrão é 10500.

OPTIONS

        hostname
          Host name where Julius is runnning in module mode.

        portnum
          port number (default: 10500)

Também está claro que o julius deve estar instalado e em execução no modo de módulo no host especificado na linha de comando.

Fontes:

link

link

    
por Elder Geek 23.02.2018 / 18:31