On 04/29/2013 06:56 PM, Wei-Yun Ma wrote: > Hi, > > I have a question about how to do reranking of the N-best list that Moses > generated. > > For example, for one sentence, I got 100 N-best translations from Moses, > and now I want to use some other complicated sentence-based features to > rerank the 100 translation. Each feature can provide a transaltiona with a > score. Is there > a way in Moses that can do the reranking, including reranking and > tuning feature weights? If not, is there any other tool that support N-best > list reranking? > > Thanks a lot! > Wilson Hello,
you can do n-best list rescoring with the nbest tool which is part of the CSLM toolkit (http://www-lium.univ-lemans.fr/~cslm/) It is designed to rescore with back-off or continuous space LMs, but is shouldn't be difficult to add your won feature functions. don't ask to contact me if you need help. best, Holger _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
