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
