Downloading and installing the workshop software on Ubuntu Hardy
moses-cmd/src/Main.cpp
moses/src/Parameter.cpp
specifies parameters
moses/src/StaticData.cpp
contains globals, loads tables
Manager.cpp
implements the decoding algorithm
TranslationOptionCollection.cpp
contains translation options
Hypothesis.cpp
represents partial translation
HypothesisStack.cpp
contain viable hypotheses, implements pruning
moses-cmd/src/Main.cpp
moses-cmd/src/IOStream::OutputBestHypo
print best translation
Manager.cpp
, output in IOStream.cpp