Edinburgh Speech Tools  2.1-release
siod_est.cc File Reference
#include <iostream>
#include "siod.h"
#include "ling_class/EST_Utterance.h"
#include "ling_class/EST_Item.h"
#include "EST_THash.h"
#include "EST_Wave.h"
#include "EST_wave_aux.h"
#include "EST_Track.h"
#include "EST_track_aux.h"
Include dependency graph for siod_est.cc:

Go to the source code of this file.

Functions

 Declare_TStringHash_Base (LISP,(LISP) 0, NIL) using namespace std
 
class EST_Utteranceutterance (LISP x)
 
int utterance_p (LISP x)
 
LISP siod (const class EST_Utterance *u)
 
LISP utt_mark (LISP utt)
 
class EST_Valval (LISP x)
 
LISP val_equal (LISP a, LISP b)
 
int val_p (LISP x)
 
LISP siod (const class EST_Val v)
 
LISP scheme (const EST_Val &v)
 
EST_Val est_val (const obj *v)
 
LISP lisp_val (const EST_Val &pv)
 
EST_Val val_lisp (LISP v)
 
LISP kvlss_to_lisp (const EST_TKVL< EST_String, EST_String > &kvl)
 
void lisp_to_kvlss (LISP l, EST_TKVL< EST_String, EST_String > &kvl)
 
LISP features_to_lisp (EST_Features &f)
 
void lisp_to_features (LISP lf, EST_Features &f)
 
EST_FeaturesParam ()
 
void siod_est_init ()
 

Variables

val_type val_type_scheme = "scheme"
 

Function Documentation

Declare_TStringHash_Base ( LISP  ,
(LISP)  0,
NIL   
)
class EST_Utterance* utterance ( LISP  x)

Definition at line 92 of file siod_est.cc.

int utterance_p ( LISP  x)

Definition at line 102 of file siod_est.cc.

LISP siod ( const class EST_Utterance u)

Definition at line 110 of file siod_est.cc.

LISP utt_mark ( LISP  utt)

Definition at line 147 of file siod_est.cc.

class EST_Val& val ( LISP  x)

Definition at line 155 of file siod_est.cc.

LISP val_equal ( LISP  a,
LISP  b 
)

Definition at line 168 of file siod_est.cc.

int val_p ( LISP  x)

Definition at line 176 of file siod_est.cc.

LISP siod ( const class EST_Val  v)

Definition at line 184 of file siod_est.cc.

LISP scheme ( const EST_Val v)

Definition at line 226 of file siod_est.cc.

EST_Val est_val ( const obj v)

Definition at line 241 of file siod_est.cc.

LISP lisp_val ( const EST_Val pv)

Definition at line 251 of file siod_est.cc.

EST_Val val_lisp ( LISP  v)

Definition at line 290 of file siod_est.cc.

LISP kvlss_to_lisp ( const EST_TKVL< EST_String, EST_String > &  kvl)

Definition at line 308 of file siod_est.cc.

void lisp_to_kvlss ( LISP  l,
EST_TKVL< EST_String, EST_String > &  kvl 
)

Definition at line 324 of file siod_est.cc.

LISP features_to_lisp ( EST_Features f)

Definition at line 333 of file siod_est.cc.

void lisp_to_features ( LISP  lf,
EST_Features f 
)

Definition at line 349 of file siod_est.cc.

EST_Features& Param ( )

Definition at line 403 of file siod_est.cc.

void siod_est_init ( )

Definition at line 409 of file siod_est.cc.

Variable Documentation

val_type val_type_scheme = "scheme"

Definition at line 224 of file siod_est.cc.