Hi, > 1. Please suggest what is the minimum system configuration(RAM, memory etc.) > to use moses.
This depends on how much data you have. You should have at least 4GB of RAM for any reasonably sized model. > 2.Can we add another non statistical alignment model instead of giza++ to > moses. Yes, for instance, fast_align from Chris Dyer is quite popular these days. > 3. As per my understanding we can train the system on the basis of varying > the phrase length and order of language model, is my understanding correct. > > Apart from these two things on what basis we can modify moses or is it > possible and feasible to add some new methods probably a non statistical > algorithm to moses? If yes in which language the codes should be written? There is a lot that can be done. Rule-based components (e.g., pre-ordering) have been used in pre-processing and can be implemented in any language. If you want to modify the decoder, you will need to use C++. -phi _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
