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

Go to the source code of this file.

Classes

class  EST_VTCandidate
 
class  EST_VTPath
 
class  EST_VTPoint
 
class  EST_Viterbi_Decoder
 A class that offers a generalised Viterbi decoder. More...
 

Typedefs

typedef EST_VTCandidate *(* uclist_f_t) (EST_Item *s, EST_Features &f)
 
typedef EST_VTPath *(* unpath_f_t) (EST_VTPath *p, EST_VTCandidate *c, EST_Features &f)
 

Typedef Documentation

typedef EST_VTCandidate*(* uclist_f_t) (EST_Item *s, EST_Features &f)

Definition at line 111 of file EST_viterbi.h.

typedef EST_VTPath*(* unpath_f_t) (EST_VTPath *p, EST_VTCandidate *c, EST_Features &f)

Definition at line 112 of file EST_viterbi.h.