> the LM is used only to create a formally correct configuration file. > You can simply set any NON EMPTY file, to complete the training > successfully. > Of course you have to modify the configfile with your good LM before > translating
Or you could simply do something like this: % echo FAKE > factored-corpus/surface.lm % train-model.perl \ --corpus factored-corpus/proj-syndicate \ --root-dir unfactored \ --f de --e en \ --lm 0:3:factored-corpus/surface.lm:0 Then you don't have to change the config file later, and you can build the lm in parallel with the model. - John D. Burger MITRE _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
