Moses-support Digest, Vol 108, Issue 68

Send Moses-support mailing list submissions to
moses-support@mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu

You can reach the person managing the list at
moses-support-owner@mit.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."


Today's Topics:

1. lm integration in mosesdecoder (koormoosh)
2. Re: lm integration in mosesdecoder (Hieu Hoang)
3. Re: lm integration in mosesdecoder (Hieu Hoang)
4. Re: lm integration in mosesdecoder (Hieu Hoang)


----------------------------------------------------------------------

Message: 1
Date: Fri, 23 Oct 2015 00:09:13 +1100
From: koormoosh <koormoosh@gmail.com>
Subject: [Moses-support] lm integration in mosesdecoder
To: moses-support@mit.edu
Message-ID:
<CAN3_CDiQfX1_EJSGKfPHrchLrGudufPYKmqhojzO_46p_DO8yA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello, Are there any guidelines for integrating language models in
mosesdecoder? Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151022/70fa6d6c/attachment-0001.html

------------------------------

Message: 2
Date: Thu, 22 Oct 2015 14:13:39 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] lm integration in mosesdecoder
To: koormoosh <koormoosh@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbhkc7FGksMksdd-wz8uLX+ADbC-zJrV=538JwpHLsTZnw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

make a copy of
LM/SkeletonLM.*
Do whatever you need to do.

Look at IRSTLM.*, DALM.*, Ken.* for examples

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

On 22 October 2015 at 14:09, koormoosh <koormoosh@gmail.com> wrote:

> Hello, Are there any guidelines for integrating language models in
> mosesdecoder? Thanks.
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151022/1d3415a9/attachment-0001.html

------------------------------

Message: 3
Date: Thu, 22 Oct 2015 14:45:47 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] lm integration in mosesdecoder
To: koormoosh <koormoosh@gmail.com>, moses-support
<moses-support@mit.edu>
Message-ID:
<CAEKMkbgcrSzhXLn=vkVFyrLRYLtdt2zT-Y7nx1atmGOQbhs6SQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

you need to add your lm into
FF/Factory.cpp

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

On 22 October 2015 at 14:44, koormoosh <koormoosh@gmail.com> wrote:

> So based on SkeletonLM I can create my own MYOWN_LM.h and MYOWN_LM.cpp and
> that's it? Is there anywhere else in the mosesdecoder that I need to change?
>
> On Fri, Oct 23, 2015 at 12:13 AM, Hieu Hoang <hieuhoang@gmail.com> wrote:
>
>> make a copy of
>> LM/SkeletonLM.*
>> Do whatever you need to do.
>>
>> Look at IRSTLM.*, DALM.*, Ken.* for examples
>>
>> Hieu Hoang
>> http://www.hoang.co.uk/hieu
>>
>> On 22 October 2015 at 14:09, koormoosh <koormoosh@gmail.com> wrote:
>>
>>> Hello, Are there any guidelines for integrating language models in
>>> mosesdecoder? Thanks.
>>>
>>> _______________________________________________
>>> Moses-support mailing list
>>> Moses-support@mit.edu
>>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151022/7fc66d2b/attachment-0001.html

------------------------------

Message: 4
Date: Thu, 22 Oct 2015 15:43:30 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] lm integration in mosesdecoder
To: koormoosh <koormoosh@gmail.com>, moses-support
<moses-support@mit.edu>
Message-ID:
<CAEKMkbhDQ1ggPmVLFwUT8oox6JTacG8Sm8TWQ-2zjGcL1ghKHw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

i don't think you do. Try it without. Once you've compiled with MYOWN, run
./bin/moses
this should give you a list of feature functions. It should also have MYOWN

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

On 22 October 2015 at 14:59, koormoosh <koormoosh@gmail.com> wrote:

> and also add it to the LM/Jamfile and the Jamroot?
>
> On Fri, Oct 23, 2015 at 12:45 AM, Hieu Hoang <hieuhoang@gmail.com> wrote:
>
>> you need to add your lm into
>> FF/Factory.cpp
>>
>> Hieu Hoang
>> http://www.hoang.co.uk/hieu
>>
>> On 22 October 2015 at 14:44, koormoosh <koormoosh@gmail.com> wrote:
>>
>>> So based on SkeletonLM I can create my own MYOWN_LM.h and MYOWN_LM.cpp
>>> and that's it? Is there anywhere else in the mosesdecoder that I need to
>>> change?
>>>
>>> On Fri, Oct 23, 2015 at 12:13 AM, Hieu Hoang <hieuhoang@gmail.com>
>>> wrote:
>>>
>>>> make a copy of
>>>> LM/SkeletonLM.*
>>>> Do whatever you need to do.
>>>>
>>>> Look at IRSTLM.*, DALM.*, Ken.* for examples
>>>>
>>>> Hieu Hoang
>>>> http://www.hoang.co.uk/hieu
>>>>
>>>> On 22 October 2015 at 14:09, koormoosh <koormoosh@gmail.com> wrote:
>>>>
>>>>> Hello, Are there any guidelines for integrating language models in
>>>>> mosesdecoder? Thanks.
>>>>>
>>>>> _______________________________________________
>>>>> Moses-support mailing list
>>>>> Moses-support@mit.edu
>>>>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>>>>
>>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151022/1854756a/attachment-0001.html

------------------------------

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


End of Moses-support Digest, Vol 108, Issue 68
**********************************************

0 Response to "Moses-support Digest, Vol 108, Issue 68"

Post a Comment