pi43r / speechoo

Automatically exported from code.google.com/p/speechoo
0 stars 1 forks source link

Problemas na execução no ubuntu 10.04 (Openoffice) #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A instalação da extensão ocorre numa boa, mas quando tento rodar o SpeechOO 
o seguinte erro fatal é apontado quando o open office fecha..

SpeechOO __getComponenteFactory
SpeechOO SpeechOO
SpeechOO initialize []
SpeechOO queryDispatch
SpeechOO addStatusListener
SpeechOO dispatch
SpeechOO initialize
RecognizerModeDesc
createRecognizer
ERROR: Could not find julius configuration file on paths 
/opt/coruja/julius.jconf or /home/rlage/coruja1.5_for_speechoo/julius.jconf
allocate
java.io.FileNotFoundException: 
/home/rlage/coruja1.5_for_speechoo/commands.grammar (Arquivo ou diretório não 
encontrado)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:137)
    at java.io.FileInputStream.<init>(FileInputStream.java:96)
    at java.io.FileReader.<init>(FileReader.java:58)
    at org.speechoo.SpeechOO.initialize(SpeechOO.java:160)
    at org.speechoo.SpeechOO.dispatch(SpeechOO.java:200)
initialize
Resumed
SpeechOO dispatch
SpeechOO initialize
RecognizerModeDesc
createRecognizer

Tentei instalar a primeira versão - SpeechOO-0.1.0.oxt 

Original issue reported on code.google.com by raphaell...@gmail.com on 15 Feb 2012 at 11:26