mosesdecoder/moses/TranslationModel/RuleTable
2013-05-28 11:38:18 +01:00
..
Loader.h change reference to sourceLHS to pointer, it can be NULL for phrase based. TODO - sourceLHS isn't being stored in the trie 2013-05-22 15:00:32 +01:00
LoaderCompact.cpp delete sourcePhrase variable in TargetPhrase class 2013-05-28 00:41:25 +01:00
LoaderCompact.h delete references to translation feature weights. Everything is done automatically via Evaluate() for each feature function 2013-05-21 14:00:28 +01:00
LoaderFactory.cpp move RuleTable to TranslationModel/ 2012-11-27 16:57:23 +00:00
LoaderFactory.h move RuleTable to TranslationModel/ 2012-11-27 16:57:23 +00:00
LoaderHiero.cpp delete references to translation feature weights. Everything is done automatically via Evaluate() for each feature function 2013-05-21 14:00:28 +01:00
LoaderHiero.h delete references to translation feature weights. Everything is done automatically via Evaluate() for each feature function 2013-05-21 14:00:28 +01:00
LoaderStandard.cpp delete sourcePhrase variable in TargetPhrase class 2013-05-28 11:38:18 +01:00
LoaderStandard.h delete references to translation feature weights. Everything is done automatically via Evaluate() for each feature function 2013-05-21 14:00:28 +01:00
PhraseDictionaryALSuffixArray.cpp delete references to translation feature weights. Everything is done automatically via Evaluate() for each feature function 2013-05-21 14:00:28 +01:00
PhraseDictionaryALSuffixArray.h move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory 2013-05-24 16:33:30 +01:00
PhraseDictionaryFuzzyMatch.cpp delete sourcePhrase variable in TargetPhrase class 2013-05-28 00:41:25 +01:00
PhraseDictionaryFuzzyMatch.h move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory 2013-05-24 16:33:30 +01:00
PhraseDictionaryOnDisk.cpp delete references to WordPenaltyProducer 2013-05-21 13:44:19 +01:00
PhraseDictionaryOnDisk.h delete references to WordPenaltyProducer 2013-05-21 13:39:31 +01:00
Trie.cpp delete references to translation feature weights. Everything is done automatically via Evaluate() for each feature function 2013-05-21 14:00:28 +01:00
Trie.h move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory 2013-05-24 16:33:30 +01:00
UTrie.cpp change reference to sourceLHS to pointer, it can be NULL for phrase based. TODO - sourceLHS isn't being stored in the trie 2013-05-22 15:00:32 +01:00
UTrie.h change reference to sourceLHS to pointer, it can be NULL for phrase based. TODO - sourceLHS isn't being stored in the trie 2013-05-22 15:00:32 +01:00
UTrieNode.cpp move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory 2013-05-24 16:23:31 +01:00
UTrieNode.h move RuleTable to TranslationModel/ 2012-11-27 16:57:23 +00:00