hxshi <hxshi@...> writes: > > > I am trying to build a syntactic baselines. Using FBIS data > as the training set. > But the result what I got is a too small rule-table, even can not > translate anything.
Hi Shi Huaxing, I don't know if these are the only problems, but your extraction parameters are not ideal for syntactic systems: https://www.mail-archive.com/[email protected]/msg11254.html also, you can use the option --glue-grammar to create a second translation model with some simple glue rules that make your system more robust and should prevent empty output. best wishes, Rico _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
