mosesdecoder/moses/TranslationModel/RuleTable
Ulrich Germann e4f5c69109 One step closer to eliminating the requirement to provide num-features=... in the config file.
Some FF (Mmsapt, LexicalReordering, Many single-value FF) provide this number during "registration";
when missing, a default weight vector of uniform 1.0 is automatically generated. This eliminates the
need for the user to figure out what the exact number of features is for each FF, which can get complicated,
e.g. in the case of Mmsapt/PhraseDictionaryBitextSampling.
2015-04-29 20:16:52 +01:00
..
Loader.h beautify 2013-05-29 18:16:15 +01:00
LoaderCompact.cpp beautify 2015-01-14 11:07:42 +00:00
LoaderCompact.h beautify 2013-05-29 18:16:15 +01:00
LoaderFactory.cpp delete UserMessage. Too difficult to police 2015-01-07 10:01:10 +04:00
LoaderFactory.h beautify 2013-05-29 18:16:15 +01:00
LoaderHiero.cpp beautify 2013-05-29 18:16:15 +01:00
LoaderHiero.h beautify 2013-05-29 18:16:15 +01:00
LoaderStandard.cpp Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
LoaderStandard.h beautify 2013-05-29 18:16:15 +01:00
PhraseDictionaryALSuffixArray.cpp beautify 2015-01-14 11:07:42 +00:00
PhraseDictionaryALSuffixArray.h calculate m_featuresToApply in Load() for PhraseDictionary. Since every phrase dictionary now has to implement it, make Load() for PhraseDictionary abstract 2013-06-14 18:34:47 +01:00
PhraseDictionaryFuzzyMatch.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
PhraseDictionaryFuzzyMatch.h moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span 2014-03-14 08:49:09 +00:00
PhraseDictionaryOnDisk.cpp One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
PhraseDictionaryOnDisk.h delete PhraseTableImplementation. Old enum 2014-07-18 20:36:53 +01:00
Trie.cpp calculate m_featuresToApply in Load() for PhraseDictionary. Since every phrase dictionary now has to implement it, make Load() for PhraseDictionary abstract 2013-06-14 18:34:47 +01:00
Trie.h One step closer to eliminating the requirement to provide num-features=... in the config file. 2015-04-29 20:16:52 +01:00
UTrie.cpp moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span 2014-03-14 08:49:09 +00:00
UTrie.h moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span 2014-03-14 08:49:09 +00:00
UTrieNode.cpp beautify 2013-05-29 18:16:15 +01:00
UTrieNode.h beautify 2013-05-29 18:16:15 +01:00