mosesdecoder/phrase-extract/filter-rule-table/Main.cpp
Phil Williams b9a382aa78 Add filter-rule-table
This will eventually replace filter-rule-table.py.  At the moment
it can only filter rule tables where the source-side is a STSG
fragment and when the test sentences have parse trees.
2014-12-07 14:56:48 +00:00

8 lines
163 B
C++

#include "FilterRuleTable.h"
int main(int argc, char *argv[])
{
MosesTraining::Syntax::FilterRuleTable::FilterRuleTable tool;
return tool.Main(argc, argv);
}