Quoting Apoorvi Singh (2014-10-27 16:47:53) > Hi friends, > > I am implementing a variation of the baseline system. > > As per the need, my phrase-table is produced to contain just the direct > phrase-translation probability. > (This filtered phrase-table is generated using some separate code and it > replaces the default phrase-table of the baseline system) > > It looks like: <source word> | | | <destination word> | | | <Probability> > > In such an experiment, I would like to know the necessary changes in the > moses.ini configuration file, for successful compilation. Please let me > know about the possible changes in the other files also, if applicable > needed.
Hi, I think just changing num-features=4 to num-features=1 for PhraseDictionaryMemory, and just specifying a single weight for TranslationModel0, should be enough. Regards, -- Maarten van Gompel Centre for Language Studies Radboud Universiteit Nijmegen [email protected] http://proycon.anaproy.nl http://github.com/proycon GnuPG key: 0x1A31555C XMPP: [email protected] Bitcoin: 1BRptZsKQtqRGSZ5qKbX2azbfiygHxJPsd _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
