mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 00:47:31 +03:00
call Manager::OutputAlignment()
This commit is contained in:
parent
cd7c6c2556
commit
bb55949eef
@ -760,6 +760,16 @@
|
||||
<type>2</type>
|
||||
<locationURI>virtual:/virtual</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>TabbedSentence.cpp</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-3-PROJECT_LOC/moses/TabbedSentence.cpp</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>TabbedSentence.h</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-3-PROJECT_LOC/moses/TabbedSentence.h</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>TargetPhrase.cpp</name>
|
||||
<type>1</type>
|
||||
|
@ -126,6 +126,8 @@ void TranslationTask::Run()
|
||||
//list of unknown words
|
||||
manager->OutputUnknowns(m_ioWrapper.GetUnknownsCollector());
|
||||
|
||||
manager->OutputAlignment(m_ioWrapper.GetAlignmentInfoCollector());
|
||||
|
||||
// report additional statistics
|
||||
manager->CalcDecoderStatistics();
|
||||
VERBOSE(1, "Line " << translationId << ": Additional reporting took " << additionalReportingTime << " seconds total" << endl);
|
||||
|
Loading…
Reference in New Issue
Block a user