#include "EST_String.h"
#include "EST_TList.h"
#include "ling_class/EST_Relation.h"
#include "ling_class/EST_Item.h"
#include "EST_Features.h"
Go to the source code of this file.
Classes | |
class | EST_Utterance |
Functions | |
void | utt_2_flat_repr (const EST_Utterance &utt, EST_String &flat_repr) |
int | utterance_merge (EST_Utterance &utt, EST_Utterance &sub_utt, EST_Item *utt_root, EST_Item *sub_root) |
int | utterance_merge (EST_Utterance &utt, EST_Utterance &extra, EST_String feature) |
void | sub_utterance (EST_Utterance &sub, EST_Item *i) |
void utt_2_flat_repr | ( | const EST_Utterance & | utt, |
EST_String & | flat_repr | ||
) |
Definition at line 570 of file EST_Utterance.cc.
int utterance_merge | ( | EST_Utterance & | utt, |
EST_Utterance & | sub_utt, | ||
EST_Item * | utt_root, | ||
EST_Item * | sub_root | ||
) |
Definition at line 305 of file EST_Utterance.cc.
int utterance_merge | ( | EST_Utterance & | utt, |
EST_Utterance & | extra, | ||
EST_String | feature | ||
) |
Definition at line 262 of file EST_Utterance.cc.
void sub_utterance | ( | EST_Utterance & | sub, |
EST_Item * | i | ||
) |
Definition at line 440 of file EST_Utterance.cc.