Moses-support Digest, Vol 115, Issue 32

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. "Feature name SRILM is not registered." (Anna Garbar)
2. Re: "Feature name SRILM is not registered." (Rajen Chatterjee)
3. Re: "Feature name SRILM is not registered." (Sa?o Kuntaric)
4. Re: "Feature name SRILM is not registered." (Kenneth Heafield)


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

Message: 1
Date: Sun, 29 May 2016 21:48:40 +0200
From: Anna Garbar <anna.garbar@gmail.com>
Subject: [Moses-support] "Feature name SRILM is not registered."
To: moses-support@mit.edu
Message-ID:
<CAHbd-+hYsS_2oJLLV=24ay4gjnO-RjSak0bPZuWoOYm5qujV1g@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Dear Moses Team,

I am working through the factored tutorial (
http://www.statmt.org/moses/?n=Moses.FactoredTutorial) and when trying out
the pos model on a sample sentence ('putin beschreibt menschen .'), I
receive

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

The last command was:

/home/AG/mosesdecoder/bin/moses -f pos/model/moses.ini < in

Where should I look for mistake?

Thanks in advance,
Anna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20160529/bb37f884/attachment-0001.html

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

Message: 2
Date: Sun, 29 May 2016 22:48:29 +0200
From: Rajen Chatterjee <rajen.k.chatterjee@gmail.com>
Subject: Re: [Moses-support] "Feature name SRILM is not registered."
To: Anna Garbar <anna.garbar@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAC4-+NzkYLPpWRbDyN36WP_deUyyab0zbCXSWbzJSnzvhP0D9A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

Since you are using SRILM have you compiled Moses with this flag "
--with-srilm=/path/to/srilm" (look here for various compilation options
http://www.statmt.org/moses/?n=Development.GetStarted).

On Sun, May 29, 2016 at 9:48 PM, Anna Garbar <anna.garbar@gmail.com> wrote:

> Dear Moses Team,
>
> I am working through the factored tutorial (
> http://www.statmt.org/moses/?n=Moses.FactoredTutorial) and when trying
> out the pos model on a sample sentence ('putin beschreibt menschen .'), I
> receive
>
> Exception: moses\FF\Factory.cpp:321 in void
> Moses::FeatureRegistry::Construct(const string&, const string&) threw
> UnknownFeatureException because `i == registry_.end()'.
> Feature name SRILM is not registered.
>
> The last command was:
>
> /home/AG/mosesdecoder/bin/moses -f pos/model/moses.ini < in
>
> Where should I look for mistake?
>
> Thanks in advance,
> Anna
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>


--
-Regards,
Rajen Chatterjee.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20160529/f6a2d67e/attachment-0001.html

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

Message: 3
Date: Sun, 29 May 2016 23:10:31 +0200
From: Sa?o Kuntaric <saso.kuntaric@gmail.com>
Subject: Re: [Moses-support] "Feature name SRILM is not registered."
To: Rajen Chatterjee <rajen.k.chatterjee@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CANsquDpEihxyVRKpXGiuKTjGwman+gGJTG004Su_RXaXm99g-Q@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Anna,

You are probably using KenLM as it's the default language model making
tool. The factored tutorial however has the parameter for using SRILM. In
the "lm 0:3:factored-corpus/surface.lm:0" part of the command, leave the
last zero parameter ":0" out. Moses will then use the default KenLM tool.

To the website authors: maybe it would be a good thing to mention this in
the tutorial as I had the same issue.

Best regards,

Sa?o

2016-05-29 22:48 GMT+02:00 Rajen Chatterjee <rajen.k.chatterjee@gmail.com>:

> Hi,
>
> Since you are using SRILM have you compiled Moses with this flag "
> --with-srilm=/path/to/srilm" (look here for various compilation options
> http://www.statmt.org/moses/?n=Development.GetStarted).
>
> On Sun, May 29, 2016 at 9:48 PM, Anna Garbar <anna.garbar@gmail.com>
> wrote:
>
>> Dear Moses Team,
>>
>> I am working through the factored tutorial (
>> http://www.statmt.org/moses/?n=Moses.FactoredTutorial) and when trying
>> out the pos model on a sample sentence ('putin beschreibt menschen .'),
>> I receive
>>
>> Exception: moses\FF\Factory.cpp:321 in void
>> Moses::FeatureRegistry::Construct(const string&, const string&) threw
>> UnknownFeatureException because `i == registry_.end()'.
>> Feature name SRILM is not registered.
>>
>> The last command was:
>>
>> /home/AG/mosesdecoder/bin/moses -f pos/model/moses.ini < in
>>
>> Where should I look for mistake?
>>
>> Thanks in advance,
>> Anna
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>>
>
>
> --
> -Regards,
> Rajen Chatterjee.
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>


--
lp,

Sa?o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20160529/69546cc2/attachment-0001.html

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

Message: 4
Date: Sun, 29 May 2016 22:17:51 +0100
From: Kenneth Heafield <moses@kheafield.com>
Subject: Re: [Moses-support] "Feature name SRILM is not registered."
To: moses-support@mit.edu
Message-ID: <574B5C7F.7060309@kheafield.com>
Content-Type: text/plain; charset=windows-1252

Website edited, thanks for the excuse.

Kenneth

On 05/29/2016 10:10 PM, Sa?o Kuntaric wrote:
> Hi Anna,
>
> You are probably using KenLM as it's the default language model making
> tool. The factored tutorial however has the parameter for using SRILM.
> In the "lm 0:3:factored-corpus/surface.lm:0" part of the command, leave
> the last zero parameter ":0" out. Moses will then use the default KenLM
> tool.
>
> To the website authors: maybe it would be a good thing to mention this
> in the tutorial as I had the same issue.
>
> Best regards,
>
> Sa?o
>
> 2016-05-29 22:48 GMT+02:00 Rajen Chatterjee
> <rajen.k.chatterjee@gmail.com <mailto:rajen.k.chatterjee@gmail.com>>:
>
> Hi,
>
> Since you are using SRILM have you compiled Moses with this flag
> "--with-srilm=/path/to/srilm" (look here for various compilation
> options http://www.statmt.org/moses/?n=Development.GetStarted).
>
> On Sun, May 29, 2016 at 9:48 PM, Anna Garbar <anna.garbar@gmail.com
> <mailto:anna.garbar@gmail.com>> wrote:
>
> Dear Moses Team,
>
> I am working through the factored tutorial
> (http://www.statmt.org/moses/?n=Moses.FactoredTutorial) and when
> trying out the pos model on a sample sentence ('putin beschreibt
> menschen .'), I receive
>
> Exception: moses\FF\Factory.cpp:321 in void
> Moses::FeatureRegistry::Construct(const string&, const string&)
> threw UnknownFeatureException because `i == registry_.end()'.
> Feature name SRILM is not registered.
>
> The last command was:
>
> /home/AG/mosesdecoder/bin/moses -f pos/model/moses.ini < in
>
> Where should I look for mistake?
>
> Thanks in advance,
> Anna
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu <mailto:Moses-support@mit.edu>
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
>
> --
> -Regards,
> Rajen Chatterjee.
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu <mailto:Moses-support@mit.edu>
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
>
> --
> lp,
>
> Sa?o
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>


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

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


End of Moses-support Digest, Vol 115, Issue 32
**********************************************

0 Response to "Moses-support Digest, Vol 115, Issue 32"

Post a Comment