mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
b9a382aa78
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.
8 lines
163 B
C++
8 lines
163 B
C++
#include "FilterRuleTable.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
MosesTraining::Syntax::FilterRuleTable::FilterRuleTable tool;
|
|
return tool.Main(argc, argv);
|
|
}
|