mosesdecoder/mert
Tetsuo Kiso c1b85b480c Delete mert/sample/README; Add smoke tests.
Replace README with a bunch of shell script
for smoke testing of MERT.

The README file was not a typical README file.
It was like a sample script to run mert and
extractor, so I renamed it as smoke tests stuff.
2012-02-17 03:53:52 +09:00
..
example Delete mert/sample/README; Add smoke tests. 2012-02-17 03:53:52 +09:00
TERsrc Add comments to mark the end of #define guards. 2011-11-12 07:59:50 +09:00
test_scorer_data normalisation script 2008-05-14 17:17:44 +00:00
BleuScorer.cpp Create private class to encapssulate encoding process. 2012-02-01 21:19:25 +09:00
BleuScorer.h Add prefix 'm_' to private and protected members in Scorer classes. 2012-02-01 20:54:20 +09:00
CderScorer.cpp Move funcions defined in a header into .cpp file. 2012-02-01 21:44:37 +09:00
CderScorer.h Move funcions defined in a header into .cpp file. 2012-02-01 21:44:37 +09:00
Data.cpp Fix sharding bug 2012-02-08 17:11:56 +00:00
Data.h Fix sharding bug 2012-02-08 17:11:56 +00:00
DataTest.cpp Really simple sharding test 2012-02-08 17:47:54 +00:00
evaluator.cpp Create a struct for command line options in extractor. 2012-02-01 12:23:15 +09:00
extractor.cpp Add whitespaces. 2012-02-01 12:29:45 +09:00
FeatureArray.cpp Merge remote branch 'origin/master' into pro 2011-11-17 15:58:56 +00:00
FeatureArray.h revert 2011-12-12 20:48:42 +07:00
FeatureData.cpp Minimize using #include headers in headers. 2011-11-14 15:15:30 +09:00
FeatureData.h Change casts to C++ style casts. 2012-02-01 18:13:00 +09:00
FeatureDataIterator.cpp Finish and test feature and score data iterators. 2011-11-15 13:12:14 +00:00
FeatureDataIterator.h Pass by reference. 2011-12-08 14:18:37 +09:00
FeatureStats.cpp Change casts to C++ style casts, and delete unnecessary casts. 2012-02-01 17:17:58 +09:00
FeatureStats.h revert 2011-12-12 20:48:42 +07:00
FileStream.cpp Fix uninitialized private members when constructors are called. 2011-11-14 12:53:20 +09:00
FileStream.h Move filestream wrapper classes to FileStream.{h,cpp} 2011-11-12 11:44:39 +09:00
gzfilebuf.h Move filestream wrapper classes to FileStream.{h,cpp} 2011-11-12 11:44:39 +09:00
init.opt add init.opt file 2008-05-16 12:35:17 +00:00
Jamfile Really simple sharding test 2012-02-08 17:47:54 +00:00
MergeScorer.cpp Bug fix: memory leak issues when using MergeScorer. 2012-02-01 18:13:32 +09:00
MergeScorer.h Remove virtual keyword from whoami() function. 2012-02-01 21:36:25 +09:00
mert.cpp Change casts to C++ style casts, and delete unnecessary casts. 2012-02-01 17:17:58 +09:00
Optimizer.cpp Fix sharding bug 2012-02-08 17:11:56 +00:00
Optimizer.h Fix sharding bug 2012-02-08 17:11:56 +00:00
PerScorer.cpp Create private class to encapssulate encoding process. 2012-02-01 21:19:25 +09:00
PerScorer.h Remove virtual keyword from whoami() function. 2012-02-01 21:36:25 +09:00
Point.cpp Change casts to C++ style casts, and delete unnecessary casts. 2012-02-01 17:17:58 +09:00
Point.h Minimize using #include headers in headers. 2011-11-14 15:15:30 +09:00
pro.cpp Change casts to C++ style casts, and delete unnecessary casts. 2012-02-01 17:17:58 +09:00
ScopedVector.h Fix memory leaks in extractor. 2011-11-11 20:02:26 +09:00
ScoreArray.cpp Merge remote branch 'origin/master' into pro 2011-11-17 15:58:56 +00:00
ScoreArray.h revert 2011-12-12 20:48:42 +07:00
ScoreData.cpp Minimize using #include headers in headers. 2011-11-14 15:15:30 +09:00
ScoreData.h Change casts to C++ style casts. 2012-02-01 18:13:00 +09:00
ScoreDataIterator.cpp Complete initial version of pro extractor 2011-11-16 14:54:23 +00:00
ScoreDataIterator.h Add explicit 2011-12-08 14:17:39 +09:00
Scorer.cpp Move funcionts used in StatisticsBasedScorer into anonymous namespace. 2012-02-01 21:30:50 +09:00
Scorer.h Create a initialize function. 2012-02-01 21:26:47 +09:00
ScorerFactory.cpp Add missed code 2011-11-14 20:06:10 +09:00
ScorerFactory.h Minimize using #include headers in headers. 2011-11-14 15:15:30 +09:00
ScoreStats.cpp revert 2011-12-12 20:48:42 +07:00
ScoreStats.h revert 2011-12-12 20:48:42 +07:00
TerScorer.cpp Create private class to encapssulate encoding process. 2012-02-01 21:19:25 +09:00
TerScorer.h Remove virtual keyword from whoami() function. 2012-02-01 21:36:25 +09:00
test_scorer.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 12:42:19 +00:00
Timer.cpp Minimize using #include headers in headers. 2011-11-14 15:15:30 +09:00
Timer.h Minimize using #include headers in headers. 2011-11-14 15:15:30 +09:00
TODO addind a TODO list for anyone, esp. Matous Machacek 2011-08-17 10:01:14 +00:00
Types.h Add a comment to mark the end of #define guard. 2011-11-12 09:16:05 +09:00
Util.cpp Minimize using #include headers in headers. 2011-11-14 15:15:30 +09:00
Util.h Add missing headers. 2011-11-14 19:52:21 +09:00