Hi Philipp,
Thanks for the reply. I was able to train factored models
with 6 factors. But while decoding I was getting out_of_range errors. Your
reply explains why. I will try changing the def.
thanks,
Theban
On Thu, Sep 22, 2011 at 1:45 PM, Philipp Koehn <[email protected]> wrote:
> Hi,
>
> there are no limitations for training, but the decoder has a
> hard-coded limit of 4. You may want to change it to a
> different value, it's set in the constant:
> const size_t MAX_NUM_FACTORS = 4;
> in moses/src/TypeDef.h
>
> -phi
>
> On Thu, Sep 22, 2011 at 4:13 PM, Theban Stanley <[email protected]>
> wrote:
> > Hello,
> >
> > I was wondering if there is known limit to the number of factors(source
> and
> > target) that can be used when training/running factored models using
> Moses.
> >
> > thanks for your time,
> >
> > Theban
> >
> >
> > _______________________________________________
> > 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