John Morgan <johnjosephmorgan@...> writes: > I'm using Rico Sennrich's tmcombine.py to mix models. I get the attached error when tuning. > > Executing: /home/fraser/src/stable/bin/moses -threads 8 -v 0 -config >moses.filtered.ini.1 > -inputtype 0 -show-weights > ./features.list > Loading table into memory...done. > Exception: bad lexical cast: > source type value could not be interpreted as target > Exit code: 1
Hi John, I haven't seen this exception before, and since it's from the Moses decoder and not the tmcombine scripts, I'm not sure about the connection between the two. Can you check if the the phrase table that you generated with tmcombine is in the right place and non-empty? If so, showing the first few lines of the phrase table (and the relevant line from the config) might help to determine if there is anything wrong with it. best, Rico _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
