looking at the list of arguments, you might have to add
  --server

Hieu Hoang
http://www.hoang.co.uk/hieu

On 25 August 2016 at 21:01, Hieu Hoang <[email protected]> wrote:

> 1. what is the EXACT command you ran? it can't be
>      mosesserver -f moses.ini --serverport 8083
>    since the correct argument is --server-port. The decoder would have
> complained. Can I have a look at the moses.ini file
> 2. What is the exact client command you ran? What port is it connecting
> to? Can I have a look at the client code.
>
>
> Hieu Hoang
> http://www.hoang.co.uk/hieu
>
> On 23 August 2016 at 20:27, Nisheeth Joshi <[email protected]> wrote:
>
>> Hi Hieu,
>>
>> I think I am lost here. I could not find anything besides this::
>>
>> mosesserver -f moses.ini --serverport 8083.
>>
>> Is there any other way to run the server. Can you point me to this other
>> method.
>>
>> Thank you.
>>
>> Regards.
>> Nisheeth
>>
>> On Tue, Aug 23, 2016 at 11:31 PM, Hieu Hoang <[email protected]> wrote:
>>
>>> sounds like you're running the command line version of moses3
>>>
>>> On 23/08/2016 17:44, Nisheeth Joshi wrote:
>>>
>>> Hi Hieu,
>>>
>>> I tried my best and then finally installed moses 2.1 on this machine.
>>> One difference between the two server initiation was that moses 2.1 ended
>>> with "Listening on port 8083"
>>> while moses 3 ended with "Created input-output object : [0.037] seconds"
>>>
>>> Can this be the problem or this is how it works in moses 3.
>>>
>>> I am enclosing images of both for your reference. Kindly let me know
>>> where I have gone wrong.
>>>
>>> Thank you.
>>>
>>> Sincerely,
>>> Nisheeth
>>>
>>>
>>> On Tue, Aug 23, 2016 at 2:12 PM, Hieu Hoang <[email protected]> wrote:
>>>
>>>> oh ok, did you get it to work?
>>>>
>>>> Given the same models and input, there shouldn't be any difference
>>>> between version 2.1 and version 3. The OOV 'popularly' indicates that there
>>>> may be some issue, probably with tokenization or encoding.
>>>>
>>>> Hieu Hoang
>>>> http://www.hoang.co.uk/hieu
>>>>
>>>> On 23 August 2016 at 04:10, Nisheeth Joshi <[email protected]> wrote:
>>>>
>>>>>
>>>>> Hi Hieu,
>>>>>
>>>>> I am not blindly running any code. I have a system working which is
>>>>> configured with Moses 2.1 on CentOS 6.0. Just recently, I seriously looked
>>>>> into version 3 of Moses. The baseline system has shown significant
>>>>> improvement, so I was wondering if I can aad my pre and post processing
>>>>> module to this version and see how they perform.
>>>>>
>>>>> The new system is working on Ubuntu 16.04 LTS which is also my primary
>>>>> OS.
>>>>>
>>>>> English Sentence
>>>>> Jaipur, popularly known as the Pink City, is the capital of Rajasthan
>>>>> state, India.
>>>>>
>>>>> Moses 2.1 Output
>>>>> जयपुर , popularly के नाम से जाना जाता है , पिंक सिटी राजस्थान राज्य की
>>>>> राजधानी , भारत ।
>>>>>
>>>>> Moses 3.1 Output
>>>>> जयपुर जो गुलाबी नगर के नाम से जाना जाता है , राजस्थान राज्य की राजधानी
>>>>> है ।
>>>>>
>>>>> Regards,
>>>>> Nisheeth
>>>>>
>>>>>
>>>>> On Tue, Aug 23, 2016 at 2:04 AM, Hieu Hoang <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> If you are using
>>>>>>    contrib/server/SampleClient.java
>>>>>> It connects to port 8080.
>>>>>>
>>>>>> It's sample code, you should look inside it to see how it work rather
>>>>>> than blindly running it
>>>>>>
>>>>>> Hieu Hoang
>>>>>> http://www.hoang.co.uk/hieu
>>>>>>
>>>>>> On 22 August 2016 at 18:01, Nisheeth Joshi <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I have installed moses server and have run it using:
>>>>>>> $MOSES/bin/mosesserver -f moses.ini --server-port 8083
>>>>>>>
>>>>>>>
>>>>>>> I have LD_LIBRARY_PATH set as::
>>>>>>> export LD_LIBRARY_PATH=/home/nisheeth/MT/tools/xmlrpc-c-1.33.16/lib
>>>>>>>
>>>>>>>
>>>>>>> My Java Code gets compiled, but while executing, I get an error::
>>>>>>> org.apache.xmlrpc.XmlRpcException: Failed to read server's
>>>>>>> response: Connection refused
>>>>>>>
>>>>>>> I am enclosing the detailed error message in the error file. Kindly
>>>>>>> let me know, where I am going wrong.
>>>>>>>
>>>>>>> Thank you.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Nisheeth
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Moses-support mailing list
>>>>>>> [email protected]
>>>>>>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>
>
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to