Barry, Hieu may have mentioned that I'm working on a (more or less) stateful new feature that uses an incremental parser as a syntactic language model.
In this feature, calculating the next state from a word and the previous state is not ridiculously expensive, but it certainly takes longer than most feature calculations. I'm wondering what parts of the decoding process are sped up when multithreading is enabled. In Joshua, we handle this by simply giving each thread a different sentence to translate. Thanks, Lane _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
