#include <cstdlib>#include <cstdio>#include <iostream>#include <fstream>#include "ling_class/EST_Relation.h"#include "ling_class/EST_Item.h"#include "relation_io.h"
Go to the source code of this file.
Functions | |
| void | copy_relation (const EST_Relation &from, EST_Relation &to) |
| int | num_leaves (const EST_Item *h) |
| EST_Utterance * | get_utt (EST_Item *s) |
| ostream & | operator<< (ostream &s, const EST_Relation &a) |
| void copy_relation | ( | const EST_Relation & | from, |
| EST_Relation & | to | ||
| ) |
Definition at line 194 of file EST_Relation.cc.
| EST_Utterance* get_utt | ( | EST_Item * | s | ) |
Definition at line 673 of file EST_Relation.cc.
| ostream& operator<< | ( | ostream & | s, |
| const EST_Relation & | a | ||
| ) |
Definition at line 694 of file EST_Relation.cc.