Alignments Class Reference

#include <Alignments.h>

List of all members.

Public Member Functions

 Alignments (const std::string &align, size_t sourceSize, size_t targetSize)

Public Attributes

std::vector< std::map< int, int > > m_alignS2T
std::vector< std::map< int, int > > m_alignT2S


Detailed Description

Definition at line 7 of file Alignments.h.


Constructor & Destructor Documentation

Alignments::Alignments ( const std::string &  align,
size_t  sourceSize,
size_t  targetSize 
)

Definition at line 10 of file Alignments.cpp.

References end, m_alignS2T, m_alignT2S, and Moses::Tokenize().

Here is the call graph for this function:


Member Data Documentation

std::vector< std::map<int, int> > Alignments::m_alignS2T

Definition at line 10 of file Alignments.h.

Referenced by Alignments().

std::vector< std::map<int, int> > Alignments::m_alignT2S

Definition at line 10 of file Alignments.h.

Referenced by Alignments().


The documentation for this class was generated from the following files:

Generated on Thu Jul 6 00:31:45 2017 for Moses by  doxygen 1.5.9