#include <sstream>#include <algorithm>#include "Rule.h"#include "AlignedSentence.h"#include "ConsistentPhrase.h"#include "NonTerm.h"#include "Parameter.h"Go to the source code of this file.
Functions | |
| template<typename T > | |
| bool | Contains (const T *sought, const set< const T * > &coll) |
| bool | CompareTargetNonTerms (const NonTerm *a, const NonTerm *b) |
Definition at line 524 of file Rule.cpp.
References ConsistentPhrase::corners, and NonTerm::GetConsistentPhrase().
Referenced by Rule::CreateTarget().


Definition at line 497 of file Rule.cpp.
Referenced by Rule::ContainTerm().

1.5.9