mosesdecoder/moses/TranslationModel
2013-05-23 12:50:57 +01:00
..
CompactPT delete references to WordPenaltyProducer 2013-05-21 13:50:18 +01:00
CYKPlusParser 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
DynSAInclude move Score3Parser to TranslationModel/ 2012-11-27 17:09:23 +00:00
fuzzy-match single threaded compile error 2013-03-16 13:25:31 +00:00
RuleTable 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
Scope3Parser move Score3Parser to TranslationModel/ 2012-11-27 17:09:23 +00:00
BilingualDynSuffixArray.cpp Make Phrase::CreateFromString() more efficient 2013-05-22 12:03:00 +01:00
BilingualDynSuffixArray.h merge Phrase::CreateFromString() and Phrase::CreateFromStringNewFormat() 2013-03-08 19:10:28 +00:00
DynSuffixArray.cpp move the rest of DynSA to TranslationModel/ 2012-11-27 16:31:42 +00:00
DynSuffixArray.h move the rest of DynSA to TranslationModel/ 2012-11-27 16:31:42 +00:00
PhraseDictionary.cpp move parsing of input-factor and output-factor into class DecodeFeature. Fixed bug in parsing this in class GenerationDictionary, which only picked up the 1st number 2013-05-20 19:57:46 +01:00
PhraseDictionary.h make InitDictionary() an abstract method, at Uli's suggestion. Make sure people implements it 2013-05-20 17:01:19 +01:00
PhraseDictionaryDynSuffixArray.cpp delete references to LMList 2013-05-21 12:47:26 +01:00
PhraseDictionaryDynSuffixArray.h delete references to LMList 2013-05-21 12:47:26 +01:00
PhraseDictionaryMultiModel.cpp technical memory leak due to not cleaning up StaticData. Doesn't make much difference, but annoying messages from valgrind 2013-05-22 17:32:06 +01:00
PhraseDictionaryMultiModel.h port PhraseDictionaryMultiModelCounts to new format 2013-05-14 15:16:09 +01:00
PhraseDictionaryMultiModelCounts.cpp technical memory leak due to not cleaning up StaticData. Doesn't make much difference, but annoying messages from valgrind 2013-05-22 17:32:06 +01:00
PhraseDictionaryMultiModelCounts.h port PhraseDictionaryMultiModelCounts to new format 2013-05-14 15:16:09 +01:00
PhraseDictionaryTree.cpp merge 2013-03-27 08:45:16 +00:00
PhraseDictionaryTree.h delete class Dictionary 2013-02-06 11:29:54 +00:00
PhraseDictionaryTreeAdaptor.cpp delete references to LMList 2013-05-21 12:47:26 +01:00
PhraseDictionaryTreeAdaptor.h delete PhraseDictionaryMemory. Fix word penalty in compact phrase table 2013-04-26 15:55:32 +01:00