mosesdecoder/moses/TranslationModel/CYKPlusParser
Kenneth Heafield 789039fa2e In-line PhraseDictionaryNodeMemory with the hash table data structure
Before:
Name:moses_chart        VmPeak:11988700 kB      VmRSS:10112684 kB
real    2m58.393s
user    2m39.673s
sys     0m12.171s

After:
Name:moses_chart        VmPeak:11952688 kB      VmRSS:10077304 kB
real    2m42.329s
user    2m31.219s
sys     0m10.261s
2013-07-12 07:13:19 -07:00
..
ChartRuleLookupManagerCYKPlus.cpp beautify 2013-05-29 18:16:15 +01:00
ChartRuleLookupManagerCYKPlus.h beautify 2013-05-29 18:16:15 +01:00
ChartRuleLookupManagerMemory.cpp In-line PhraseDictionaryNodeMemory with the hash table data structure 2013-07-12 07:13:19 -07:00
ChartRuleLookupManagerMemory.h beautify 2013-05-29 18:16:15 +01:00
ChartRuleLookupManagerMemoryPerSentence.cpp In-line PhraseDictionaryNodeMemory with the hash table data structure 2013-07-12 07:13:19 -07:00
ChartRuleLookupManagerMemoryPerSentence.h beautify 2013-05-29 18:16:15 +01:00
ChartRuleLookupManagerOnDisk.cpp beautify 2013-07-08 20:52:14 +01:00
ChartRuleLookupManagerOnDisk.h beautify 2013-05-29 18:16:15 +01:00
DotChart.h beautify 2013-05-29 18:16:15 +01:00
DotChartInMemory.cpp beautify 2013-05-29 18:16:15 +01:00
DotChartInMemory.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
DotChartOnDisk.cpp move CKY+Parser to TranslationModel/ 2012-11-27 17:23:31 +00:00
DotChartOnDisk.h beautify 2013-05-29 18:16:15 +01:00