Edinburgh Speech Tools  2.1-release
align_main.cc File Reference
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <fstream>
#include <cstring>
#include "EST.h"
#include "EST_WFST.h"
Include dependency graph for align_main.cc:

Go to the source code of this file.

Functions

void align (EST_Utterance &utt, const EST_String &refrel, const EST_String &hyporel, const EST_String &alignrel)
 
int main (int argc, char **argv)
 
bool dp_match (const EST_Relation &lexical, const EST_Relation &surface, EST_Relation &match, float ins, float del, float sub)
 

Function Documentation

void align ( EST_Utterance utt,
const EST_String refrel,
const EST_String hyporel,
const EST_String alignrel 
)

Definition at line 303 of file align_main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 69 of file align_main.cc.

bool dp_match ( const EST_Relation lexical,
const EST_Relation surface,
EST_Relation match,
float  ins,
float  del,
float  sub 
)

Definition at line 134 of file dynamic_program.cc.