Hello,
I'm trying to get mosesserver to run.
I downloaded abyssws and I assume it is running since I get a welcome
message when I run:
lynx http://127.0.0.1:8000
It is configured to listen on port 8000.
I installed the perl modules XMLRPC::Lite and SOAP::Lite.
I trained a moses hierarchical system.
I binarized the phrase-table with CreateOnDisk.
I invokemosesserver:
nohup mosesdecoder/dist/bin/mosesserver -f moses/moses.ini.1 &
It claims to listen on port 8080.
I invoke the perl script client.perl.
I get the error in the attached file nohup.out.
Am I doing something wrong?
Could it be a problem with my moses models.
echo "hello" | mosesdecoder/dist/bin/moses_chart -f moses/moses.ini.1
returns a reasonable translation.
I changed the "2" in the ttable entry in moses.ini.1 to "1", but no luck.
Do I need to filter?
Thanks,




-- 
Regards,
John J Morgan
Defined parameters (per moses.ini or switch):
        config: moses/moses.ini.1 
        cube-pruning-pop-limit: 1000 
        input-factors: 0 
        inputtype: 3 
        lmodel-file: 8 0 5 /home/john/moses/all.binlm.1 
        mapping: 0 T 0 1 T 1 
        max-chart-span: 20 1000 
        non-terminals: X 
        search-algorithm: 3 
        ttable-file: 1 0 0 5 /home/john/moses/phrase-table.1.bin 6 0 0 1 
/home/john/moses/glue-grammar.1 
        ttable-limit: 20 
        v: 0 
        weight-l: 0.249071611424776 
        weight-t: 0.0466925838917836 0.0542039531180704 0.0215270412142015 
0.022848243328434 0.0433307287493222 0.121429235688254 
        weight-w: -0.440896602585158 
Loading lexical distortion models...have 0 models
Start loading LanguageModel /home/john/moses/all.binlm.1 : [0] seconds
Finished loading LanguageModels : [0] seconds
Using uniform ttable-limit of 20 for all translation tables.
Start loading PhraseTable /home/john/moses/phrase-table.1.bin : [0] seconds
filePath: /home/john/moses/phrase-table.1.bin
Start loading PhraseTable /home/john/moses/glue-grammar.1 : [0] seconds
filePath: /home/john/moses/glue-grammar.1
Finished loading phrase tables : [0] seconds
Start loading phrase table from /home/john/moses/glue-grammar.1 : [0] seconds
Start loading new format pt model : [0] seconds
Finished loading phrase tables : [0] seconds
Listening on port 8080
Input: hello
Using translation system default
ERROR:ERROR: search. Aborting

Defined parameters (per moses.ini or switch):
        config: moses/moses.ini.1 
        cube-pruning-pop-limit: 1000 
        input-factors: 0 
        inputtype: 3 
        lmodel-file: 8 0 5 /home/john/moses/all.binlm.1 
        mapping: 0 T 0 1 T 1 
        max-chart-span: 20 1000 
        non-terminals: X 
        search-algorithm: 3 
        ttable-file: 1 0 0 5 /home/john/moses/phrase-table.1.bin 6 0 0 1 
/home/john/moses/glue-grammar.1 
        ttable-limit: 20 
        v: 0 
        weight-l: 0.249071611424776 
        weight-t: 0.0466925838917836 0.0542039531180704 0.0215270412142015 
0.022848243328434 0.0433307287493222 0.121429235688254 
        weight-w: -0.440896602585158 
Loading lexical distortion models...have 0 models
Start loading LanguageModel /home/john/moses/all.binlm.1 : [0] seconds
Finished loading LanguageModels : [0] seconds
Using uniform ttable-limit of 20 for all translation tables.
Start loading PhraseTable /home/john/moses/phrase-table.1.bin : [0] seconds
filePath: /home/john/moses/phrase-table.1.bin
Start loading PhraseTable /home/john/moses/glue-grammar.1 : [0] seconds
filePath: /home/john/moses/glue-grammar.1
Finished loading phrase tables : [0] seconds
Start loading phrase table from /home/john/moses/glue-grammar.1 : [0] seconds
Start loading new format pt model : [0] seconds
Finished loading phrase tables : [0] seconds
Listening on port 8080

Attachment: access.log
Description: Binary data

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to