#include "siod.h"
Go to the source code of this file.
Macros | |
#define | get_c_utt(x) (utterance(x)) |
#define | get_c_item(x) (item(x)) |
Functions | |
void | siod_est_init () |
void | siod_fringe_init () |
class EST_Val & | val (LISP x) |
int | val_p (LISP x) |
LISP | siod (const class EST_Val v) |
LISP | lisp_val (const EST_Val &pv) |
EST_Val | val_lisp (LISP v) |
LISP | features_to_lisp (EST_Features &f) |
void | lisp_to_features (LISP lf, EST_Features &f) |
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) |
EST_Features & | Param () |
#define get_c_utt | ( | x | ) | (utterance(x)) |
Definition at line 59 of file siod_est.h.
#define get_c_item | ( | x | ) | (item(x)) |
Definition at line 60 of file siod_est.h.
void siod_est_init | ( | ) |
Definition at line 409 of file siod_est.cc.
void siod_fringe_init | ( | ) |
class EST_Val& val | ( | LISP | x | ) |
Definition at line 155 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 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 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.
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.
EST_Features& Param | ( | ) |
Definition at line 403 of file siod_est.cc.