mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
IOWrapper: less compiler warnings
This commit is contained in:
parent
ad243f3500
commit
59fd278ef7
@ -81,14 +81,12 @@ protected:
|
||||
std::istream *m_inputStream;
|
||||
std::ostream *m_nBestStream;
|
||||
std::ostream *m_outputWordGraphStream;
|
||||
std::ostream *m_detailedTranslationReportingStream;
|
||||
std::ofstream *m_alignmentInfoStream;
|
||||
std::ostream *m_unknownsStream;
|
||||
std::ostream *m_outputSearchGraphStream;
|
||||
std::ofstream *m_latticeSamplesStream;
|
||||
std::ostream *m_detailedTranslationReportingStream;
|
||||
std::ostream *m_unknownsStream;
|
||||
std::ostream *m_detailedTreeFragmentsTranslationReportingStream;
|
||||
|
||||
bool m_surpressSingleBestOutput;
|
||||
std::ofstream *m_alignmentInfoStream;
|
||||
std::ofstream *m_latticeSamplesStream;
|
||||
|
||||
Moses::OutputCollector *m_singleBestOutputCollector;
|
||||
Moses::OutputCollector *m_nBestOutputCollector;
|
||||
@ -100,6 +98,8 @@ protected:
|
||||
Moses::OutputCollector *m_latticeSamplesCollector;
|
||||
Moses::OutputCollector *m_detailTreeFragmentsOutputCollector;
|
||||
|
||||
bool m_surpressSingleBestOutput;
|
||||
|
||||
// CHART
|
||||
typedef std::vector<std::pair<Moses::Word, Moses::WordsRange> > ApplicationContext;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user