mosesdecoder/moses/LM
Ulrich Germann d67723fd29 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ranked-sampling
Conflicts:
	moses/TargetPhrase.cpp
	moses/TargetPhrase.h
2015-07-28 14:29:49 +01:00
..
bilingual-lm beautify 2015-01-14 11:07:42 +00:00
oxlm Bug fix. 2015-05-21 22:17:43 +01:00
backward.arpa Adding unit tests to Backward LM 2013-04-29 09:18:46 -04:00
Backward.cpp beautify 2014-01-15 16:42:02 +01:00
Backward.h Re-enable backward LM code. 2013-08-27 15:55:07 -04:00
BackwardLMState.cpp beautify 2013-05-29 18:16:15 +01:00
BackwardLMState.h Re-enable backward LM code. 2013-08-27 15:55:07 -04:00
BackwardTest.cpp Removed pointer to TranslationTask in InputTypes again. Not the right place to store this information. 2015-03-21 15:29:37 +00:00
Base.cpp daily automatic beautifier 2015-07-04 00:00:44 +01:00
Base.h Make getScore be able to access ttasksptr. Only works with suffix array for now, other people can implement it in their pts 2015-06-25 17:52:55 +01:00
BilingualLM.cpp Fix a bunch of compiler warnings. 2015-04-29 21:18:51 +07:00
BilingualLM.h beautify 2015-01-14 11:07:42 +00:00
ChartState.h UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
DALMWrapper.cpp beautify 2015-01-14 11:07:42 +00:00
DALMWrapper.h clean. 2015-01-12 13:20:38 +09:00
Implementation.cpp beautify 2015-01-14 11:07:42 +00:00
Implementation.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
IRST.cpp Make getScore be able to access ttasksptr. Only works with suffix array for now, other people can implement it in their pts 2015-06-25 17:52:55 +01:00
IRST.h Make getScore be able to access ttasksptr. Only works with suffix array for now, other people can implement it in their pts 2015-06-25 17:52:55 +01:00
Jamfile added switch -fopenmp to compilation of BiLM_NPML.o 2015-07-21 15:30:16 +01:00
Ken.cpp Fix some compile warnings (gcc 4.9.2). 2015-03-29 18:10:51 +07:00
Ken.h s2t decoder: fix scoring 2015-01-12 08:47:33 +00:00
LDHT.cpp Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
LDHT.h beautify 2013-05-29 18:16:15 +01:00
MaxEntSRI.cpp beautify 2014-01-15 16:42:02 +01:00
MaxEntSRI.h Added support for hierarchical maximum entropy LM through SRILM. 2013-12-20 15:04:09 -05:00
MultiFactor.cpp delete LM:Useable(). Superseded by IsUseable() for all feature functions 2013-05-31 00:11:38 +01:00
MultiFactor.h remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
NeuralLMWrapper.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
NeuralLMWrapper.h beautify 2015-01-14 11:07:42 +00:00
ORLM.cpp beautify 2013-05-29 18:16:15 +01:00
ORLM.h remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
ParallelBackoff.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
ParallelBackoff.h make LanguageModelImplementation have new format constructor 2013-02-20 22:44:11 +00:00
PointerState.h move feature functions into moses/FF 2013-05-24 18:02:49 +01:00
Rand.cpp Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
Rand.h Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
RDLM.cpp support factors in InternalTree 2015-07-20 10:39:01 +01:00
RDLM.h support factors in InternalTree 2015-07-20 10:39:01 +01:00
Remote.cpp Include winsock2.h on Windows. 2015-04-18 00:59:40 +07:00
Remote.h Include winsock2.h on Windows. 2015-04-18 00:59:40 +07:00
SingleFactor.cpp beautify 2015-01-14 11:07:42 +00:00
SingleFactor.h compiles with bjam 2014-07-15 15:26:50 +01:00
SkeletonLM.cpp default factor to 0 for language models that don't specify what factor type 2013-12-18 20:54:53 +00:00
SkeletonLM.h beautify 2013-09-27 09:35:24 +01:00
SRI.cpp beautify 2014-01-15 16:42:02 +01:00
SRI.h consistent Load() for all feature functions. Can be used not to load if doing --show-weights 2013-05-31 20:50:13 +01:00