mosesdecoder/moses/FF
2015-06-01 16:40:35 +01:00
..
LexicalReordering Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
OSM-Feature Fix a bunch of compiler warnings. 2015-04-29 21:18:51 +07:00
VW Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
BleuScoreFeature.cpp Fix a bunch of compiler warnings. 2015-04-29 21:18:51 +07:00
BleuScoreFeature.h beautify 2015-01-14 11:07:42 +00:00
ConstrainedDecoding.cpp better handling of cache-based models with inconsistent parameters 2014-12-15 17:42:41 +01:00
ConstrainedDecoding.h beautify 2015-01-14 11:07:42 +00:00
ControlRecombination.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
ControlRecombination.h beautify 2015-01-14 11:07:42 +00:00
CountNonTerms.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
CountNonTerms.h beautify 2015-01-14 11:07:42 +00:00
CoveredReferenceFeature.cpp beautify 2015-01-14 11:07:42 +00:00
CoveredReferenceFeature.h beautify 2015-01-14 11:07:42 +00:00
DecodeFeature.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
DecodeFeature.h One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
DistortionScoreProducer.cpp move collection of DistortionScoreProducer to it own class 2014-12-13 23:19:09 +00:00
DistortionScoreProducer.h beautify 2015-01-14 11:07:42 +00:00
DynamicCacheBasedLanguageModel.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
DynamicCacheBasedLanguageModel.h beautify 2015-01-14 11:07:42 +00:00
Factory.cpp beautify 2015-05-02 11:45:24 +01:00
Factory.h output list of available feature functions 2013-11-01 15:16:47 +00:00
FeatureFunction.cpp Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
FeatureFunction.h Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
FFState.cpp move feature functions into moses/FF 2013-05-24 18:02:49 +01:00
FFState.h delete includes for util/check.hh 2013-11-21 18:58:28 +00:00
GlobalLexicalModel.cpp Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
GlobalLexicalModel.h Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
GlobalLexicalModelUnlimited.cpp Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
GlobalLexicalModelUnlimited.h Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
HyperParameterAsWeight.cpp beautify 2014-05-19 15:34:27 +02:00
HyperParameterAsWeight.h beautify 2015-01-14 11:07:42 +00:00
InputFeature.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
InputFeature.h beautify 2015-01-14 11:07:42 +00:00
InternalTree.cpp beautify 2015-05-02 11:45:24 +01:00
InternalTree.h beautify 2015-05-02 11:45:24 +01:00
MaxSpanFreeNonTermSource.cpp beautify 2015-01-14 11:07:42 +00:00
MaxSpanFreeNonTermSource.h beautify 2015-01-14 11:07:42 +00:00
Model1Feature.cpp beautify 2015-05-02 11:45:24 +01:00
Model1Feature.h beautify 2015-05-02 11:45:24 +01:00
NieceTerminal.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
NieceTerminal.h beautify 2015-01-14 11:07:42 +00:00
PhraseBoundaryFeature.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:41:08 +01:00
PhraseBoundaryFeature.h beautify 2015-01-14 11:07:42 +00:00
PhraseLengthFeature.cpp beautify 2015-01-14 11:07:42 +00:00
PhraseLengthFeature.h beautify 2015-01-14 11:07:42 +00:00
PhraseOrientationFeature.cpp Ongoing moses/phrase-extract refactoring 2015-06-01 16:40:35 +01:00
PhraseOrientationFeature.h Ongoing moses/phrase-extract refactoring 2015-06-01 16:40:35 +01:00
PhrasePairFeature.cpp Bug fix. 2015-04-29 20:11:34 +01:00
PhrasePairFeature.h beautify 2015-01-14 11:07:42 +00:00
PhrasePenalty.cpp beautify 2015-01-14 11:07:42 +00:00
PhrasePenalty.h beautify 2015-01-14 11:07:42 +00:00
ReferenceComparison.cpp beautify 2014-05-19 15:34:27 +02:00
ReferenceComparison.h beautify 2015-01-14 11:07:42 +00:00
RulePairUnlexicalizedSource.cpp beautify 2015-05-02 11:45:24 +01:00
RulePairUnlexicalizedSource.h RulePairUnlexicalizedSource feature function 2015-03-02 14:32:18 +00:00
RuleScope.cpp beautify 2015-05-02 11:45:24 +01:00
RuleScope.h Changes to RUleScope from private branch. More codelite projects 2015-03-17 11:50:33 +00:00
SetSourcePhrase.cpp beautify 2015-01-14 11:07:42 +00:00
SetSourcePhrase.h beautify 2015-01-14 11:07:42 +00:00
SkeletonChangeInput.cpp 1. Added FeatureFunction::Setup(TranslationTask const&) const to allow FFs to set themselves up for specific input. 2015-03-21 17:09:41 +00:00
SkeletonChangeInput.h 1. Added FeatureFunction::Setup(TranslationTask const&) const to allow FFs to set themselves up for specific input. 2015-03-21 17:09:41 +00:00
SkeletonStatefulFF.cpp beautify 2015-01-14 11:07:42 +00:00
SkeletonStatefulFF.h beautify 2015-01-14 11:07:42 +00:00
SkeletonStatelessFF.cpp beautify 2015-01-14 11:07:42 +00:00
SkeletonStatelessFF.h beautify 2015-01-14 11:07:42 +00:00
SkeletonTranslationOptionListFeature.h beautify 2015-01-14 11:07:42 +00:00
SoftMatchingFeature.cpp beautify 2015-01-14 11:07:42 +00:00
SoftMatchingFeature.h beautify 2015-01-14 11:07:42 +00:00
SoftSourceSyntacticConstraintsFeature.cpp Remove trailing whitespace in C++ files. 2015-04-30 12:05:11 +07:00
SoftSourceSyntacticConstraintsFeature.h SoftSourceSyntacticConstraintsFeature: Sparse label pair scores 2015-02-26 20:27:02 +00:00
SourceGHKMTreeInputMatchFeature.cpp Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
SourceGHKMTreeInputMatchFeature.h beautify 2015-01-14 11:07:42 +00:00
SourceWordDeletionFeature.cpp use pragma once; avoid using cerr directly 2015-01-26 22:12:44 +00:00
SourceWordDeletionFeature.h using pragma once and VERBOSE in SourceWordDeletionFeature/TargetWordInsertionFeature 2015-01-26 20:45:08 +00:00
SpanLength.cpp Fix a bunch of compiler warnings. 2015-04-29 21:18:51 +07:00
SpanLength.h beautify 2015-01-14 11:07:42 +00:00
SparseHieroReorderingFeature.cpp beautify 2015-01-14 11:07:42 +00:00
SparseHieroReorderingFeature.h beautify 2015-01-14 11:07:42 +00:00
SparseHieroReorderingFeatureTest.cpp stub out unit test 2013-09-18 21:58:38 +01:00
StatefulFeatureFunction.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
StatefulFeatureFunction.h One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
StatelessFeatureFunction.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
StatelessFeatureFunction.h One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
SyntaxRHS.cpp Fix a bunch of compiler warnings. 2015-04-29 21:18:51 +07:00
SyntaxRHS.h beautify 2015-01-14 11:07:42 +00:00
TargetBigramFeature.cpp beautify 2015-01-14 11:07:42 +00:00
TargetBigramFeature.h beautify 2015-01-14 11:07:42 +00:00
TargetNgramFeature.cpp beautify 2015-01-14 11:07:42 +00:00
TargetNgramFeature.h beautify 2015-01-14 11:07:42 +00:00
TargetWordInsertionFeature.cpp use pragma once; avoid using cerr directly 2015-01-26 22:12:44 +00:00
TargetWordInsertionFeature.h using pragma once and VERBOSE in SourceWordDeletionFeature/TargetWordInsertionFeature 2015-01-26 20:45:08 +00:00
TreeStructureFeature.cpp beautify 2015-05-02 11:45:24 +01:00
TreeStructureFeature.h on-the-fly unbinarization of internal tree structure (for translation models extracted from binarized treebanks) 2015-03-18 17:36:32 +00:00
UnalignedWordCountFeature.cpp Code design debizarrification: Indexes of feature functions into the dense vector of all feature 2015-04-26 16:46:36 +01:00
UnalignedWordCountFeature.h a plain dense unaligned word count feature with two scores (source and target unaligned words) 2015-01-26 21:06:12 +00:00
UnknownWordPenaltyProducer.cpp move all feature functions out of StaticData 2013-12-07 00:21:06 +00:00
UnknownWordPenaltyProducer.h beautify 2015-01-14 11:07:42 +00:00
WordPenaltyProducer.cpp beautify 2015-01-14 11:07:42 +00:00
WordPenaltyProducer.h beautify 2015-01-14 11:07:42 +00:00
WordTranslationFeature.cpp Fix some compile warnings (gcc 4.9.2). 2015-03-29 18:10:51 +07:00
WordTranslationFeature.h use pragma once; avoid using cerr directly 2015-01-26 22:12:44 +00:00