#include <ConsistentPhrases.h>
| Classes | |
| struct | Phrase | 
| struct | PhraseSorter | 
| Public Member Functions | |
| ConsistentPhrases (int mmax, int nmax, Alignment &a) | |
| size_t | Empty () | 
| Phrase | Pop () | 
| void | RemoveOverlap (Phrase p) | 
Definition at line 30 of file ConsistentPhrases.h.
| Moses::ConsistentPhrases::ConsistentPhrases | ( | int | mmax, | |
| int | nmax, | |||
| Alignment & | a | |||
| ) |  [inline] | 
| size_t Moses::ConsistentPhrases::Empty | ( | ) |  [inline] | 
Definition at line 84 of file ConsistentPhrases.h.
| Phrase Moses::ConsistentPhrases::Pop | ( | ) |  [inline] | 
Definition at line 88 of file ConsistentPhrases.h.
| void Moses::ConsistentPhrases::RemoveOverlap | ( | Phrase | p | ) |  [inline] | 
Definition at line 97 of file ConsistentPhrases.h.
References Moses::ConsistentPhrases::Phrase::i, Moses::ConsistentPhrases::Phrase::j, Moses::ConsistentPhrases::Phrase::m, and Moses::ConsistentPhrases::Phrase::n.
 1.5.9
 1.5.9