mosesdecoder/moses/TranslationModel/RuleTable
2013-05-23 12:50:57 +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 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.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 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
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 delete references to translation feature weights. Everything is done automatically via Evaluate() for each feature function 2013-05-21 14:00:28 +01:00
PhraseDictionaryFuzzyMatch.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
PhraseDictionaryFuzzyMatch.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
PhraseDictionaryNodeSCFG.cpp make each node in trie a pointer. No possibility that the node is delete during build of the trie 2013-05-23 12:50:57 +01:00
PhraseDictionaryNodeSCFG.h make each node in trie a pointer. No possibility that the node is delete during build of the trie 2013-05-23 12:50:57 +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
PhraseDictionarySCFG.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
PhraseDictionarySCFG.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
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 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.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 RuleTable to TranslationModel/ 2012-11-27 16:57:23 +00:00
UTrieNode.h move RuleTable to TranslationModel/ 2012-11-27 16:57:23 +00:00