Hey, First you need to checkout and compile this fork of nplm: https://github.com/rsennrich/nplm
Then you need to compile moses with nplm switch: ./bjam --with-nplm=path/to/nplm Then you can see how to use it here http://www.statmt.org/moses/?n=FactoredTraining.BuildingLanguageModel#ntoc31 On 30 Dec 2014 06:28, "Xiaoqiang Feng" <[email protected]> wrote: > Hi, > > nplm is one toolkit of neural probabilistic language model. This toolkit > can be used in Moses for language model and bilingual LM(neural network > joint model, ACL 2014). These two parts have been updated in github > mosesdecoder. > > If you want to use nplm in Moses, you have to compile Moses by linking > libnplm.a (generated by nplm). > Here is the probelm : how to compile Moses with libnplm.a ? Do I need to > modify the Jamroot file and how to modify ? > > Thanks, > Xiaoqiang Feng > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > >
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
