mosesdecoder/moses-chart-cmd
Matthias Huck 1740478238 Framework for additional phrase properties in decoding.
Derive your property class from PhraseProperty. Do any expensive string
processing of the property value in there, not in the feature
implementation, and provide methods to access the information in
appropriate data formats. The property value string will thus have to
be processed only once (on loading) rather than each time the respective
phrase is applied and your feature needs to access the property value.
2014-05-19 21:54:08 +01:00
..
IOWrapper.cpp Framework for additional phrase properties in decoding. 2014-05-19 21:54:08 +01:00
IOWrapper.h moses_chart: remove ChartTrellis* k-best code 2014-05-13 10:24:30 +01:00
Jamfile Added dependency on boost::iostreams. 2013-09-25 22:03:25 +01:00
Main.cpp moses_chart: remove ChartTrellis* k-best code 2014-05-13 10:24:30 +01:00
Main.h beautify 2013-05-29 18:16:15 +01:00
mbr.cpp use GetWeightedScore() instead of InnerProduct(...) 2013-05-02 10:30:20 +01:00
mbr.h resolved merge conflicts 2012-11-12 21:12:01 +00:00
TranslationAnalysis.cpp speed up compiling by removing headers from StaticData.h 2013-10-03 11:05:53 +01:00
TranslationAnalysis.h resolved merge conflicts 2012-11-12 21:12:01 +00:00