Encoded data consists of arc input/output labels and arc weight. More...
#include <fst/encode.h>
Public Member Functions | |
| Tuple () | |
| Tuple (Label ilabel_, Label olabel_, Weight weight_) | |
| Tuple (const Tuple &tuple) | |
Public Attributes | |
| Label | ilabel |
| Label | olabel |
| Weight | weight |
Encoded data consists of arc input/output labels and arc weight.
Definition at line 60 of file encode.h.
| fst::EncodeTable< A >::Tuple::Tuple | ( | ) | [inline] |
| fst::EncodeTable< A >::Tuple::Tuple | ( | Label | ilabel_, | |
| Label | olabel_, | |||
| Weight | weight_ | |||
| ) | [inline] |
| fst::EncodeTable< A >::Tuple::Tuple | ( | const Tuple & | tuple | ) | [inline] |
| Label fst::EncodeTable< A >::Tuple::ilabel |
| Label fst::EncodeTable< A >::Tuple::olabel |
| Weight fst::EncodeTable< A >::Tuple::weight |
1.7.1