#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <fstream>
#include "EST_error.h"
#include "EST_string_aux.h"
#include "ling_class/EST_Utterance.h"
#include "EST_UtteranceFile.h"
Go to the source code of this file.
Functions | |
Declare_KVL_T (EST_Item_Content *, EST_Item *, KVL_ICP_IP) EST_Utterance | |
ostream & | operator<< (ostream &st, const EST_Utterance &u) |
int | utterance_merge (EST_Utterance &utt, EST_Utterance &extra, EST_String feature) |
int | utterance_merge (EST_Utterance &utt, EST_Utterance &sub_utt, EST_Item *utt_root, EST_Item *sub_root) |
void | sub_utterance (EST_Utterance &sub, EST_Item *i) |
void | utt_2_flat_repr (const EST_Utterance &utt, EST_String &flat_repr) |
Variables | |
const EST_String | DEF_FILE_TYPE = "est_ascii" |
Declare_KVL_T | ( | EST_Item_Content * | , |
EST_Item * | , | ||
KVL_ICP_IP | |||
) |
Definition at line 60 of file EST_Utterance.cc.
ostream& operator<< | ( | ostream & | st, |
const EST_Utterance & | u | ||
) |
Definition at line 196 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.
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.
void sub_utterance | ( | EST_Utterance & | sub, |
EST_Item * | i | ||
) |
Definition at line 440 of file EST_Utterance.cc.
void utt_2_flat_repr | ( | const EST_Utterance & | utt, |
EST_String & | flat_repr | ||
) |
Definition at line 570 of file EST_Utterance.cc.
const EST_String DEF_FILE_TYPE = "est_ascii" |
Definition at line 51 of file EST_Utterance.cc.