> that's an annoying problem. I'm thinking of transitioning the ini file > to xml, then these issues will disappear. However, other things need > to be done before that can happen. Let me know when you do. I will be looking forward to it. > If you really need to use spaces, you might want to delimit lines in > the ini file with tabs instead of spaces. then change the call to > Tokenize to: > > vector<string> spec = Tokenize<string>(fileStr[f], "\t"); That will work! I considered a few other changes, but this is much simpler.
Andrew _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
