mosesdecoder/mert
2012-05-31 12:55:05 +01:00
..
example Put global variables in mert/util.cpp in anonymous space. 2012-02-20 08:02:23 +09:00
TER Change the naming conventions for the guard macros; Rename TER directory. 2012-02-20 09:46:08 +09:00
test_scorer_data normalisation script 2008-05-14 17:17:44 +00:00
BleuScorer.cpp Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
BleuScorer.h Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
BleuScorerTest.cpp Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
CderScorer.cpp Fixed CderScorer name bug 2012-05-15 00:35:08 +02:00
CderScorer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
Data.cpp Fix using directive refers to implicitly-defined namespace 'std'. 2012-05-06 05:27:04 +09:00
Data.h Fix using directive refers to implicitly-defined namespace 'std'. 2012-05-06 05:27:04 +09:00
DataTest.cpp Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
evaluator.cpp Added support for external unix filters to preprocess sentences in mert and evaluator 2012-05-09 19:21:41 +02:00
extractor.cpp Added support for external unix filters to preprocess sentences in mert and evaluator 2012-05-09 19:21:41 +02:00
Fdstream.h Bigger buffer 2012-05-10 00:08:54 +02:00
FeatureArray.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
FeatureArray.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
FeatureData.cpp Fix using namespace "std" before including headers in *.h. 2012-05-06 01:31:04 +09:00
FeatureData.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
FeatureDataIterator.cpp Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
FeatureDataIterator.h Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
FeatureDataTest.cpp Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
FeatureStats.cpp Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
FeatureStats.h Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
FileStream.cpp Rename gzfilebuf.h; apply coding style. 2012-03-20 23:48:52 +09:00
FileStream.h Remove hard-coded "/dev/stdout". 2012-03-10 19:04:43 +09:00
GzFileBuf.cpp Fix a compile error I missed when developing on OS X. 2012-03-21 00:18:44 +09:00
GzFileBuf.h GzFileBuf.h got lost in the last merge ;) 2012-05-09 21:52:59 +02:00
HypPackEnumerator.cpp xcode build supports threads. move 'using namespace' out from .h file to stop namespace pollution 2012-05-30 13:04:02 +01:00
HypPackEnumerator.h Move 'using namespace std' out from .h. 2012-05-30 23:11:09 +09:00
init.opt add init.opt file 2008-05-16 12:35:17 +00:00
InterpolatedScorer.cpp Fixed interpolated scorer 2012-05-12 16:11:33 +02:00
InterpolatedScorer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
Jamfile move all executables into bin 2012-05-31 12:55:05 +01:00
kbmira.cpp Batch k-best MIRA is written and integrated into mert-moses.pl 2012-05-29 13:38:57 -04:00
MergeScorer.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
MergeScorer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
mert.cpp Fix indentation. 2012-03-31 10:43:54 +09:00
MiraFeatureVector.cpp Move 'using namespace std' out from .h. 2012-05-30 23:11:09 +09:00
MiraFeatureVector.h Move 'using namespace std' out from .h. 2012-05-30 23:11:09 +09:00
MiraWeightVector.cpp Move 'using namespace std' out from .h. 2012-05-30 23:11:09 +09:00
MiraWeightVector.h Move 'using namespace std' out from .h. 2012-05-30 23:11:09 +09:00
Ngram.h Merge branch 'master' of github.com:moses-smt/mosesdecoder into cleanup-mert 2012-03-20 03:46:17 +09:00
NgramTest.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
Optimizer.cpp Prefix a private member of Optimizer with "m_". 2012-03-31 10:39:59 +09:00
Optimizer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
OptimizerFactory.cpp Fix indentation. 2012-03-31 10:43:54 +09:00
OptimizerFactory.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
OptimizerFactoryTest.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
PerScorer.cpp Added support for external unix filters to preprocess sentences in mert and evaluator 2012-05-09 19:21:41 +02:00
PerScorer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
Point.cpp Pass by reference instead of returning objects. 2012-04-12 09:40:52 +09:00
Point.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
PointTest.cpp Add const to return values of overloaded operators. 2012-04-12 09:16:27 +09:00
PreProcessFilter.cpp Small changes to just improve the quality. 2012-05-10 06:57:44 +09:00
PreProcessFilter.h Small changes to just improve the quality. 2012-05-10 06:57:44 +09:00
pro.cpp Add test cases for BLEU and sentence-level BLEU+1. 2012-04-07 01:02:32 +09:00
Reference.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
ReferenceTest.cpp Create Reference class to clean up BleuScorer. 2012-03-18 05:58:40 +09:00
ScopedVector.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
ScoreArray.cpp Fix using namespace "std" before including headers in *.h. 2012-05-06 01:31:04 +09:00
ScoreArray.h Fix using namespace "std" before including headers in *.h. 2012-05-06 01:31:04 +09:00
ScoreData.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
ScoreData.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
ScoreDataIterator.cpp Complete initial version of pro extractor 2011-11-16 14:54:23 +00:00
ScoreDataIterator.h Change the naming conventions for the guard macros; Rename TER directory. 2012-02-20 09:46:08 +09:00
Scorer.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
Scorer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
ScorerFactory.cpp CderScorer compute both CDER and WER metric 2012-05-02 22:03:58 +02:00
ScorerFactory.h Change the naming conventions for the guard macros; Rename TER directory. 2012-02-20 09:46:08 +09:00
ScoreStats.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
ScoreStats.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
SemposOverlapping.cpp Added posibility to weight words in sempos 2012-03-24 16:07:47 +01:00
SemposOverlapping.h Added posibility to weight words in sempos 2012-03-24 16:07:47 +01:00
SemposScorer.cpp Fixed bug in SemposScorer.cpp 2012-05-13 11:11:13 +02:00
SemposScorer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
Singleton.h Add thread unsafe Singleton class. 2012-03-20 05:49:10 +09:00
SingletonTest.cpp Add thread unsafe Singleton class. 2012-03-20 05:49:10 +09:00
TerScorer.cpp Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
TerScorer.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
test_scorer.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 12:42:19 +00:00
Timer.cpp Use std::stringstream instead of using snprintf() for Windows. 2012-04-18 23:47:48 +09:00
Timer.h Change the private member function in mert/Timer. 2012-03-03 23:49:17 +09:00
TimerTest.cpp Delete assertions to check elapsed CPU time. 2012-03-03 23:24:08 +09:00
TODO Update mert/TODO 2012-04-08 22:47:20 +09:00
Types.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
Util.cpp Change mert/Timer. 2012-02-27 08:34:51 +09:00
Util.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
UtilTest.cpp Fix a grammar error; add more test case. 2012-04-05 10:10:16 +09:00
Vocabulary.cpp Add thread unsafe Singleton class. 2012-03-20 05:49:10 +09:00
Vocabulary.h Avoid "using namespace std" in headers. 2012-05-10 07:51:05 +09:00
VocabularyTest.cpp Add thread unsafe Singleton class. 2012-03-20 05:49:10 +09:00