mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
60e56efc6b
And remove some (near-)duplicate code from pcfg-common and score-stsg.
8 lines
145 B
C++
8 lines
145 B
C++
#include "ScoreStsg.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
MosesTraining::Syntax::ScoreStsg::ScoreStsg tool;
|
|
return tool.Main(argc, argv);
|
|
}
|