mosesdecoder/moses/TranslationModel/CYKPlusParser
Rico Sennrich 56921cae3b small simplification of recursive CYK+
(following Chris Dyer's suggestion and Phil's refactoring in S2T decoder)
2014-12-01 11:05:17 +00:00
..
ChartRuleLookupManagerCYKPlus.cpp beautify 2013-05-29 18:16:15 +01:00
ChartRuleLookupManagerCYKPlus.h parse chart compression for faster CYK+ parsing with syntax systems. 2014-09-01 18:16:22 +01:00
ChartRuleLookupManagerMemory.cpp small simplification of recursive CYK+ 2014-12-01 11:05:17 +00:00
ChartRuleLookupManagerMemory.h parse chart compression for faster CYK+ parsing with syntax systems. 2014-09-01 18:16:22 +01:00
ChartRuleLookupManagerMemoryPerSentence.cpp small simplification of recursive CYK+ 2014-12-01 11:05:17 +00:00
ChartRuleLookupManagerMemoryPerSentence.h parse chart compression for faster CYK+ parsing with syntax systems. 2014-09-01 18:16:22 +01:00
ChartRuleLookupManagerOnDisk.cpp Fix a few more compiler warnings (from Clang mostly). 2014-10-10 15:47:53 +01:00
ChartRuleLookupManagerOnDisk.h Fix a few more compiler warnings (from Clang mostly). 2014-10-10 15:47:53 +01:00
ChartRuleLookupManagerSkeleton.cpp TargetPhrase to have pointer to the phrase table that creates it 2014-08-04 19:28:04 +01:00
ChartRuleLookupManagerSkeleton.h various optimizations to make CYK+ parser several times faster and eat less memory. 2014-03-21 11:12:24 +00:00
CompletedRuleCollection.cpp parse chart compression for faster CYK+ parsing with syntax systems. 2014-09-01 18:16:22 +01:00
CompletedRuleCollection.h parse chart compression for faster CYK+ parsing with syntax systems. 2014-09-01 18:16:22 +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 special handling of partial rules that can only have terminal symbol next; 2013-12-06 12:54:58 +00:00
DotChartOnDisk.cpp move CKY+Parser to TranslationModel/ 2012-11-27 17:23:31 +00:00
DotChartOnDisk.h UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00