mosesdecoder/moses/FF
Ulrich Germann 249c40ec74 Eliminated factor delimiter from the parameters of
Phrase.CreateFromString() and Sentence.CreateFromString(),
as it was never used in those functions anyway ---
Word.CreateFromString() retrieves the factor delimiter
from StaticData directly.
2014-05-31 14:33:31 +01:00
..
LexicalReordering Changes on main branch files while I was working on dynamic phrase tables. 2014-03-10 14:08:00 +00:00
OSM-Feature get rid of all aborts 2014-01-13 14:37:05 +00:00
BleuScoreFeature.cpp get rid of all aborts 2014-01-13 14:37:05 +00:00
BleuScoreFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
ConstrainedDecoding.cpp Eliminated factor delimiter from the parameters of 2014-05-31 14:33:31 +01:00
ConstrainedDecoding.h added negate=true. Only create translation which DON'T match reference 2013-12-15 01:42:22 +00:00
ControlRecombination.cpp bug in ControlRecombinationState 2014-04-09 09:59:52 +01:00
ControlRecombination.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
CountNonTerms.cpp add FF CountNonTerms 2014-04-08 17:19:26 +01:00
CountNonTerms.h add FF CountNonTerms 2014-04-08 17:19:26 +01:00
CoveredReferenceFeature.cpp fixed a bug in CoveredRerefenceFeature 2013-12-04 10:21:01 +01:00
CoveredReferenceFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
DecodeFeature.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:44:33 +00:00
DecodeFeature.h transliteration pt obery backoff argument. Probably not threadable yet 2013-12-05 13:06:35 +00:00
DistortionScoreProducer.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
DistortionScoreProducer.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
ExternalFeature.cpp get rid of all aborts 2014-01-13 14:37:05 +00:00
ExternalFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
Factory.cpp add FF RuleAmbiguity 2014-04-11 10:22:03 +01:00
Factory.h output list of available feature functions 2013-11-01 15:16:47 +00:00
FeatureFunction.cpp destroy feature functions at end. Otherwise it shows up on valgrind as memory leak 2013-12-31 20:15:43 +00:00
FeatureFunction.h destroy feature functions at end. Otherwise it shows up on valgrind as memory leak 2013-12-31 20:15:43 +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 get rid of all aborts 2014-01-13 14:37:05 +00:00
GlobalLexicalModel.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
GlobalLexicalModelUnlimited.cpp replace CHECK with UTIL_THROW_IF in Moses 2013-11-19 17:23:19 +00:00
GlobalLexicalModelUnlimited.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
HyperParameterAsWeight.cpp add feature function HyperParameterAsWeight 2014-01-17 17:59:36 +00:00
HyperParameterAsWeight.h oops. Minor compile error 2014-01-20 17:01:53 +00:00
InputFeature.cpp Make sure m_numInputScores is initialized properly. 2014-03-24 10:53:29 +00:00
InputFeature.h move all feature functions out of StaticData 2013-12-07 00:21:06 +00:00
InternalStructStatelessFF.cpp modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
InternalStructStatelessFF.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
PhraseBoundaryFeature.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
PhraseBoundaryFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
PhraseLengthFeature.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:44:33 +00:00
PhraseLengthFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
PhrasePairFeature.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
PhrasePairFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
PhrasePenalty.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:44:33 +00:00
PhrasePenalty.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
ReferenceComparison.cpp start on FF ReferenceComparison 2014-04-10 21:47:06 +01:00
ReferenceComparison.h add FF ReferenceComparison 2014-04-11 11:03:50 +01:00
RuleAmbiguity.cpp add FF RuleAmbiguity 2014-04-11 10:42:38 +01:00
RuleAmbiguity.h add FF RuleAmbiguity 2014-04-11 10:29:57 +01:00
SetSourcePhrase.cpp output source side of rule, if available 2014-04-07 12:00:13 +01:00
SetSourcePhrase.h start on FF ReferenceComparison 2014-04-10 21:34:34 +01:00
SkeletonStatefulFF.cpp Eliminated factor delimiter from the parameters of 2014-05-31 14:33:31 +01:00
SkeletonStatefulFF.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
SkeletonStatelessFF.cpp modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
SkeletonStatelessFF.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
SoftMatchingFeature.cpp various optimizations to make CYK+ parser several times faster and eat less memory. 2014-03-21 11:12:24 +00:00
SoftMatchingFeature.h various optimizations to make CYK+ parser several times faster and eat less memory. 2014-03-21 11:12:24 +00:00
SourceWordDeletionFeature.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
SourceWordDeletionFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
StatefulFeatureFunction.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
StatefulFeatureFunction.h remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
StatelessFeatureFunction.cpp remove description argument from feature function constructor. Redundant 2013-10-29 18:59:53 +00:00
StatelessFeatureFunction.h remove description argument from feature function constructor. Redundant 2013-10-29 18:44:33 +00:00
TargetBigramFeature.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
TargetBigramFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
TargetNgramFeature.cpp bug fixes for TargetNGramFeature 2013-11-11 15:32:58 +00:00
TargetNgramFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
TargetWordInsertionFeature.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
TargetWordInsertionFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00
TreeStructureFeature.cpp Changes on main branch files while I was working on dynamic phrase tables. 2014-03-10 14:06:10 +00:00
TreeStructureFeature.h Changes on main branch files while I was working on dynamic phrase tables. 2014-03-10 14:06:10 +00:00
UnknownWordPenaltyProducer.cpp move all feature functions out of StaticData 2013-12-07 00:21:06 +00:00
UnknownWordPenaltyProducer.h move all feature functions out of StaticData 2013-12-07 00:21:06 +00:00
WordPenaltyProducer.cpp move word penalty feature out of StaticData 2013-12-06 15:57:49 +00:00
WordPenaltyProducer.h move word penalty feature out of StaticData 2013-12-06 15:57:49 +00:00
WordTranslationFeature.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
WordTranslationFeature.h modified FF interface: Evaluate() with input has access to future-cost estimation 2013-12-03 16:50:41 +01:00