Edinburgh Speech Tools  2.1-release
EST_Utterance.h File Reference
#include "EST_String.h"
#include "EST_TList.h"
#include "ling_class/EST_Relation.h"
#include "ling_class/EST_Item.h"
#include "EST_Features.h"
Include dependency graph for EST_Utterance.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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.