Public Member Functions | |
| void | align (string const &s1, string const &s2, vector< int > &aln) const |
| void | align (vector< id_type > const &x1, vector< id_type > const &x2, vector< int > &aln) const |
| void | fill_amatrix (vector< id_type > const &x1, vector< id_type > const &x2, vector< vector< int > > &aln) const |
| void | open (string const base, string const L1, string const L2) |
Public Attributes | |
| table_t | COOC |
| TokenIndex | V1 |
| TokenIndex | V2 |
Definition at line 26 of file ibm1-align.cc.
| void IBM1::align | ( | vector< id_type > const & | x1, | |
| vector< id_type > const & | x2, | |||
| vector< int > & | aln | |||
| ) | const |
| void IBM1::align | ( | string const & | s1, | |
| string const & | s2, | |||
| vector< int > & | aln | |||
| ) | const |
Definition at line 60 of file ibm1-align.cc.
Referenced by main().

| void IBM1::fill_amatrix | ( | vector< id_type > const & | x1, | |
| vector< id_type > const & | x2, | |||
| vector< vector< int > > & | aln | |||
| ) | const |
| void IBM1::open | ( | string const | base, | |
| string const | L1, | |||
| string const | L2 | |||
| ) |
| TokenIndex IBM1::V1 |
Definition at line 30 of file ibm1-align.cc.
Referenced by align(), fill_amatrix(), main(), and open().
| TokenIndex IBM1::V2 |
Definition at line 30 of file ibm1-align.cc.
Referenced by align(), fill_amatrix(), main(), and open().
1.5.9