mosesdecoder/moses/FF
Jeroen Vermeulen c52d7be025 Make an include path explicit.
Better to see clearly where that header is supposed to come from, since
it lives halfway across the codebase.

I think this may also make the "classifier" dance in moses/Jamfile
unnecessary, which would be a nice simplification, but I'm not
confident enough to just make the change.
2015-04-03 17:47:48 +07:00
..
LexicalReordering Made LRModel::ReorderingType an enumerated type. 2015-03-16 00:24:11 +00:00
OSM-Feature Merge branch 'master' into sampled-lexicalized-reordering 2015-02-13 02:22:37 +00:00
VW Make an include path explicit. 2015-04-03 17:47:48 +07:00
BleuScoreFeature.cpp Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm values 2015-02-12 13:03:26 +00: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 beautify 2015-01-14 11:07:42 +00: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 merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
DecodeFeature.h beautify 2015-01-14 11:07:42 +00: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 delete External FF. FF framework changes too fast to be able to keep this up-to-date 2015-03-31 19:45:59 +04:00
Factory.h output list of available feature functions 2013-11-01 15:16:47 +00:00
FeatureFunction.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
FeatureFunction.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
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 beautify 2015-01-14 11:07:42 +00:00
GlobalLexicalModel.h beautify 2015-01-14 11:07:42 +00:00
GlobalLexicalModelUnlimited.cpp beautify 2015-01-14 11:07:42 +00:00
GlobalLexicalModelUnlimited.h beautify 2015-01-14 11:07:42 +00: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 beautify 2015-02-19 12:27:23 +00:00
InputFeature.h beautify 2015-01-14 11:07:42 +00:00
InternalTree.cpp on-the-fly unbinarization of internal tree structure (for translation models extracted from binarized treebanks) 2015-03-18 17:36:32 +00:00
InternalTree.h on-the-fly unbinarization of internal tree structure (for translation models extracted from binarized treebanks) 2015-03-18 17:36:32 +00: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 floor value, glue rules, some cleanup 2015-02-27 02:39:43 +00:00
Model1Feature.h floor value, glue rules, some cleanup 2015-02-27 02:39:43 +00:00
NieceTerminal.cpp beautify 2015-01-14 11:07:42 +00: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 missing condition 2015-02-20 21:46:38 +00:00
PhraseOrientationFeature.h PhraseOrientationFeature 2015-02-20 20:53:50 +00:00
PhrasePairFeature.cpp path arg /Cheng Yong 2015-02-28 13:59:36 +00: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 RulePairUnlexicalizedSource feature function 2015-03-02 14:32:18 +00:00
RulePairUnlexicalizedSource.h RulePairUnlexicalizedSource feature function 2015-03-02 14:32:18 +00:00
RuleScope.cpp Changes to RUleScope from private branch. More codelite projects 2015-03-17 11:50:33 +00: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 Modernize "C" includes in moses. 2015-03-28 20:09:03 +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 beautify 2015-01-14 11:07:42 +00: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 remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
StatefulFeatureFunction.h beautify 2015-02-19 12:27:23 +00:00
StatelessFeatureFunction.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
StatelessFeatureFunction.h beautify 2015-01-14 11:07:42 +00:00
SyntaxRHS.cpp beautify 2015-01-14 11:07:42 +00: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 on-the-fly unbinarization of internal tree structure (for translation models extracted from binarized treebanks) 2015-03-18 17:36:32 +00: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 beautify 2015-02-19 12:27:23 +00: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