mosesdecoder/moses/FF
2014-12-15 17:42:41 +01:00
..
LexicalReordering merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
OSM-Feature add virtual void ChangeSource(InputType *&input) const 2014-08-01 22:41:24 +01:00
BleuScoreFeature.cpp rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implemented 2014-12-14 13:19:38 +00:00
BleuScoreFeature.h merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
ConstrainedDecoding.cpp better handling of cache-based models with inconsistent parameters 2014-12-15 17:42:41 +01:00
ConstrainedDecoding.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
ControlRecombination.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
ControlRecombination.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
CountNonTerms.cpp rename Evaluate() to EvaluateInIsolation() 2014-07-09 22:35:59 +01:00
CountNonTerms.h merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
CoveredReferenceFeature.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
CoveredReferenceFeature.h merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
DecodeFeature.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
DecodeFeature.h merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
DistortionScoreProducer.cpp move collection of DistortionScoreProducer to it own class 2014-12-13 23:19:09 +00:00
DistortionScoreProducer.h move collection of DistortionScoreProducer to it own class 2014-12-13 23:19:09 +00:00
DynamicCacheBasedLanguageModel.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
DynamicCacheBasedLanguageModel.h better handling of cache-based models with inconsistent parameters 2014-12-15 17:42:41 +01:00
ExternalFeature.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
ExternalFeature.h Fix a few more compiler warnings (from Clang mostly). 2014-10-10 15:47:53 +01:00
Factory.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
Factory.h output list of available feature functions 2013-11-01 15:16:47 +00:00
FeatureFunction.cpp better handling of cache-based models with inconsistent parameters 2014-12-15 17:42:41 +01:00
FeatureFunction.h move collection of DistortionScoreProducer to it own class 2014-12-13 23:19:09 +00: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 refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00
GlobalLexicalModel.h refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00
GlobalLexicalModelUnlimited.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
GlobalLexicalModelUnlimited.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
HyperParameterAsWeight.cpp beautify 2014-05-19 15:34:27 +02:00
HyperParameterAsWeight.h merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
InputFeature.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
InputFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
InternalTree.cpp Fix a few more compiler warnings (from Clang mostly). 2014-10-10 15:47:53 +01:00
InternalTree.h refactoring 2014-09-12 19:17:23 +02:00
MaxSpanFreeNonTermSource.cpp rename Evaluate() to EvaluateWithSourceContext() 2014-07-09 23:06:54 +01:00
MaxSpanFreeNonTermSource.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
NieceTerminal.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
NieceTerminal.h merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
PhraseBoundaryFeature.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:41:08 +01:00
PhraseBoundaryFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
PhraseLengthFeature.cpp rename Evaluate() to EvaluateInIsolation() 2014-07-09 22:35:59 +01:00
PhraseLengthFeature.h hiero model compatibility 2014-10-15 14:20:40 +01:00
PhraseOrientationFeature.cpp PhraseOrientationFeature: a tiny code simplification 2014-12-05 22:33:40 +00:00
PhraseOrientationFeature.h PhraseOrientationFeature: removing state distinction again. 2014-12-05 22:41:56 +00:00
PhrasePairFeature.cpp refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00
PhrasePairFeature.h refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00
PhrasePenalty.cpp TargetPhrase to have pointer to the phrase table that creates it 2014-08-05 10:26:42 +01:00
PhrasePenalty.h Merge s2t branch 2014-11-04 13:13:56 +00:00
ReferenceComparison.cpp beautify 2014-05-19 15:34:27 +02:00
ReferenceComparison.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
RuleScope.cpp rename Evaluate() to EvaluateInIsolation() 2014-07-09 22:35:59 +01:00
RuleScope.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SetSourcePhrase.cpp rename Evaluate() to EvaluateInIsolation() 2014-07-09 22:35:59 +01:00
SetSourcePhrase.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SkeletonChangeInput.cpp add virtual void ChangeSource(InputType *&input) const 2014-08-01 22:41:24 +01:00
SkeletonChangeInput.h add virtual void ChangeSource(InputType *&input) const 2014-08-01 22:41:24 +01:00
SkeletonStatefulFF.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SkeletonStatefulFF.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SkeletonStatelessFF.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SkeletonStatelessFF.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SoftMatchingFeature.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SoftMatchingFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SoftSourceSyntacticConstraintsFeature.cpp SoftSourceSyntacticConstraintsFeature: improved efficiency 2014-12-08 18:20:58 +00:00
SoftSourceSyntacticConstraintsFeature.h SoftSourceSyntacticConstraintsFeature: improved efficiency 2014-12-08 18:20:58 +00:00
SourceGHKMTreeInputMatchFeature.cpp rename Evaluate() to EvaluateWithSourceContext() 2014-07-09 23:06:54 +01:00
SourceGHKMTreeInputMatchFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SourceWordDeletionFeature.cpp hiero model compatibility 2014-10-15 14:20:40 +01:00
SourceWordDeletionFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SpanLength.cpp rename Evaluate() to EvaluateWithSourceContext() 2014-07-09 23:06:54 +01:00
SpanLength.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SparseHieroReorderingFeature.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SparseHieroReorderingFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SparseHieroReorderingFeatureTest.cpp stub out unit test 2013-09-18 21:58:38 +01:00
StatefulFeatureFunction.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
StatefulFeatureFunction.h Merge s2t branch 2014-11-04 13:13:56 +00:00
StatelessFeatureFunction.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
StatelessFeatureFunction.h SoftSourceSyntacticConstraintsFeature: improved efficiency 2014-12-08 18:20:58 +00:00
SyntaxRHS.cpp refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00
SyntaxRHS.h refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00
TargetBigramFeature.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:41:08 +01:00
TargetBigramFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
TargetNgramFeature.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
TargetNgramFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
TargetWordInsertionFeature.cpp hiero model compatibility 2014-10-15 14:20:40 +01:00
TargetWordInsertionFeature.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
TreeStructureFeature.cpp refactoring 2014-09-12 19:17:23 +02:00
TreeStructureFeature.h refactoring 2014-09-12 19:17:23 +02:00
UnknownWordPenaltyProducer.cpp move all feature functions out of StaticData 2013-12-07 00:21:06 +00:00
UnknownWordPenaltyProducer.h Merge s2t branch 2014-11-04 13:13:56 +00:00
WordPenaltyProducer.cpp rename Evaluate() to EvaluateInIsolation() 2014-07-09 22:35:59 +01:00
WordPenaltyProducer.h merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
WordTranslationFeature.cpp refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00
WordTranslationFeature.h refactor some stateless feature functions to avoid using EvaluateWhenApplied(). Not kosher 2014-10-13 10:42:25 +01:00