Hi Saeed Usually if you need more diversity than an n-best list, you should use a lattice. You can obtain this by using one of the search graph options (-output-search-graph , -output-search-graph-slf or -output-search-graph-hypergraph)
Alternatively, you could try generating samples from the lattice using -lattice-samples. This outputs in the same format as the nbest list. It was claimed (http://eprints.pascal-network.org/archive/00007186/01/MERT-sampling.pdf) that this helps mert, but I have not found this to be the case, cheers - Barry On 05/08/14 08:51, Saeed Farzi wrote: > Dear all, > > As you know, in most cases, translations in an n-best list differ only > in a few words and their word orders are basically the same. I need an > n-best list which contains verity of reorderings for each input > sentence. I wonder if anybody tell me how to force Moses to generate > such a n-best list. > > Cheers, > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
