SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprFSTCArc Union Reference

Description of a set of arcs (== state) in the FST. More...

Data Fields

unsigned int info
 
int flags_isymb
 flags concerning this arc + the input symbol More...
 
float cost
 cost of the transition (optional More...
 
int osymb
 the output symbol (optional More...
 
int offs
 destination of the arc (optional More...
 

Detailed Description

Description of a set of arcs (== state) in the FST.

Field Documentation

unsigned int SprFSTCArc::info
int SprFSTCArc::flags_isymb

flags concerning this arc + the input symbol

float SprFSTCArc::cost

cost of the transition (optional

see flags)

int SprFSTCArc::osymb

the output symbol (optional

see flags)

int SprFSTCArc::offs

destination of the arc (optional

see flags)