So my issue is the following: I got tons of error messages in the form of:
Use of uninitialized value $word in print at /home/user/mosesdecoder/scripts-20110315-0151/recaser/truecase.perl line 53, <STDIN> line 33749. Use of uninitialized value $otherfactors in print at /home/user/mosesdecoder/scripts-20110315-0151/recaser/truecase.perl line 55, <STDIN> line 33749. This happens if I try to truecase the Europarl corpus via: truecase.perl --model ../eka.de.tcm < eka.train.de > eka.tc.de wc -l shows the same number of lines, so do I have to be concerned with this messages or can I ignore them? Regards, Andreas On Wed, Mar 16, 2011 at 12:31 PM, Barry Haddow <[email protected]> wrote: > >> you said "train the language model on truecased data" which means I >> have to train a truecase model first, pipe my training data to >> truecase.perl. Correct? >> > > Yes, exactly. > > -- > 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
