Moses-support Digest, Vol 83, Issue 22

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. Reg: Tuning issues in running factored model (karan sharma)
2. Re: Reg: Tuning issues in running factored model (karan sharma)
3. Reg: Error in Factored model using EMS (karan sharma)
4. Re: Reg: Error in Factored model using EMS (Kenneth Heafield)
5. Re: Reg: Error in Factored model using EMS (Hieu Hoang)
6. Re: Reg: Error in Factored model using EMS (karan sharma)


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

Message: 1
Date: Thu, 12 Sep 2013 03:21:23 +0530
From: karan sharma <karan.sharma.bond@gmail.com>
Subject: [Moses-support] Reg: Tuning issues in running factored model
To: moses-support@mit.edu
Message-ID:
<CAFc-37QR4uLHN8mfsh856f33Pd-=prtYn+03q3WAGw=Hhc66sg@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,
I am using factored based model in moses.
My factors are word+POS both on source and target side.
I am getting an error in tuning

Error is :
Feature name SRILM is not registered.
Exit code: 1
Failed to run moses with the config
/home/working_dir/tuning/moses.filtered.ini

Can someone please help to resolve it.

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130912/9f0ebec5/attachment-0001.htm

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

Message: 2
Date: Thu, 12 Sep 2013 03:24:09 +0530
From: karan sharma <karan.sharma.bond@gmail.com>
Subject: Re: [Moses-support] Reg: Tuning issues in running factored
model
To: moses-support@mit.edu
Message-ID:
<CAFc-37T55bqiLnAJ2LwSP84T6mie2Z8fv9DSy=o9i1b6JbVoKQ@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,
I am using factored based model in moses.
My factors are word+POS both on source and target side.
I am getting an error in tuning

Error is :
Exception: moses/FF/Factory.cpp:173 in void
Moses::FeatureRegistry::Construct(const string&, const string&) threw
UnknownFeatureException because `i == registry_.end()'.
Feature name SRILM is not registered.
Exit code: 1
Failed to run moses with the config
/home/working_dir/tuning/moses.filtered.ini

Can someone please help to resolve it.

Regards


On Thu, Sep 12, 2013 at 3:21 AM, karan sharma
<karan.sharma.bond@gmail.com>wrote:

> Hi,
> I am using factored based model in moses.
> My factors are word+POS both on source and target side.
> I am getting an error in tuning
>
> Error is :
> Feature name SRILM is not registered.
> Exit code: 1
> Failed to run moses with the config
> /home/working_dir/tuning/moses.filtered.ini
>
> Can someone please help to resolve it.
>
> Regards
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130912/966d2f7e/attachment-0001.htm

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

Message: 3
Date: Thu, 12 Sep 2013 14:58:03 +0530
From: karan sharma <karan.sharma.bond@gmail.com>
Subject: [Moses-support] Reg: Error in Factored model using EMS
To: moses-support@mit.edu
Message-ID:
<CAFc-37RTYiPiUT8U66Zacu4e9q-WXBgDfy+bs3B4Tzos_e9hGQ@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,
I want to train a factored model using words and POS in EMS.
I am getting an error in tuning stage.

Exception: moses/FF/Factory.cpp:173 in void
Moses::FeatureRegistry::Construct(const string&, const string&) threw
UnknownFeatureException because `i == registry_.end()'.
Feature name SRILM is not registered.

Can anyone provide the format of files, (train,LM,test,tuning etc) beacuse
I might be using files in wrong format.


Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130912/99bd8cc9/attachment-0001.htm

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

Message: 4
Date: Thu, 12 Sep 2013 11:36:30 +0200
From: Kenneth Heafield <moses@kheafield.com>
Subject: Re: [Moses-support] Reg: Error in Factored model using EMS
To: moses-support@MIT.EDU
Message-ID: <52318B1E.4090609@kheafield.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

You should either use kenlm in your moses.ini / EMS config for querying
or compile Moses with SRILM support (read ./bjam --help).

Kenneth

On 09/12/13 11:28, karan sharma wrote:
> Hi,
> I want to train a factored model using words and POS in EMS.
> I am getting an error in tuning stage.
>
> Exception: moses/FF/Factory.cpp:173 in void
> Moses::FeatureRegistry::Construct(const string&, const string&) threw
> UnknownFeatureException because `i == registry_.end()'.
> Feature name SRILM is not registered.
>
> Can anyone provide the format of files, (train,LM,test,tuning etc)
> beacuse I might be using files in wrong format.
>
>
> Regards
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>


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

Message: 5
Date: Thu, 12 Sep 2013 11:45:16 +0200
From: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Subject: Re: [Moses-support] Reg: Error in Factored model using EMS
To: karan sharma <karan.sharma.bond@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbhAT1-AGW+7o_wjUWHkSyWYgVor=57P2R-DR10w1mvoQg@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

hi karan

you can see an example of the ini file here

https://github.com/moses-smt/moses-regression-tests/blob/master/tests/phrase.basic-surface-only/moses.ini
can I have a look at your ini file? How was it created?

You you updated your moses decoder, you must use the updated EMS and
training scripts



On 12 September 2013 11:28, karan sharma <karan.sharma.bond@gmail.com>wrote:

> Hi,
> I want to train a factored model using words and POS in EMS.
> I am getting an error in tuning stage.
>
> Exception: moses/FF/Factory.cpp:173 in void
> Moses::FeatureRegistry::Construct(const string&, const string&) threw
> UnknownFeatureException because `i == registry_.end()'.
> Feature name SRILM is not registered.
>
> Can anyone provide the format of files, (train,LM,test,tuning etc) beacuse
> I might be using files in wrong format.
>
>
> Regards
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>


--
Hieu Hoang
Research Associate
University of Edinburgh
http://www.hoang.co.uk/hieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130912/4b1243ec/attachment-0001.htm

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

Message: 6
Date: Thu, 12 Sep 2013 15:34:01 +0530
From: karan sharma <karan.sharma.bond@gmail.com>
Subject: Re: [Moses-support] Reg: Error in Factored model using EMS
To: Hieu Hoang <Hieu.Hoang@ed.ac.uk>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAFc-37Q7=1WhswA2NXRf08UP_5M3PQYKXZMtDNU5q8qut9ywKQ@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

sir,
I have attached the moses.ini file and alos the config file.I have also
trained a phrase based and hierarchal based models.I didn't had any issues
at that time.Probably my input files may not be in right format.

If you could possibly provide the the all the input files along with their
content format.

Training files format:
src-lang : word+POS
target-lang : word+POS

LM
target-lang : word only

Tuning
src-lang : word+POS
src-lang-sgm=word+POS

target-language=word+POS
target-language-sgm=word only

Testing

src-lang : word+POS
src-lang-sgm=word+POS

target-language=word+POS
target-language-sgm=word only

Regards

On Thu, Sep 12, 2013 at 3:15 PM, Hieu Hoang <Hieu.Hoang@ed.ac.uk> wrote:

> hi karan
>
> you can see an example of the ini file here
>
> https://github.com/moses-smt/moses-regression-tests/blob/master/tests/phrase.basic-surface-only/moses.ini
> can I have a look at your ini file? How was it created?
>
> You you updated your moses decoder, you must use the updated EMS and
> training scripts
>
>
>
> On 12 September 2013 11:28, karan sharma <karan.sharma.bond@gmail.com>wrote:
>
>> Hi,
>> I want to train a factored model using words and POS in EMS.
>> I am getting an error in tuning stage.
>>
>> Exception: moses/FF/Factory.cpp:173 in void
>> Moses::FeatureRegistry::Construct(const string&, const string&) threw
>> UnknownFeatureException because `i == registry_.end()'.
>> Feature name SRILM is not registered.
>>
>> Can anyone provide the format of files, (train,LM,test,tuning etc)
>> beacuse I might be using files in wrong format.
>>
>>
>> Regards
>>
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>>
>
>
> --
> Hieu Hoang
> Research Associate
> University of Edinburgh
> http://www.hoang.co.uk/hieu
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20130912/86e435c4/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: moses.ini.1
Type: application/octet-stream
Size: 912 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20130912/86e435c4/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.factor
Type: application/octet-stream
Size: 18013 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20130912/86e435c4/attachment-0001.obj

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

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


End of Moses-support Digest, Vol 83, Issue 22
*********************************************

0 Response to "Moses-support Digest, Vol 83, Issue 22"

Post a Comment