SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprCorpusEntry Struct Reference

Data Fields

const char * fname
 1st field: the file name. More...
 
const char * spelling
 2nd field: the spelling. More...
 
double btime
 3rd field: begin time in continuous time base. More...
 
double etime
 4th field: end time in continuous time base. More...
 
const char * remainder
 remainder of the corpus line. More...
 

Detailed Description

A corpus entry struct holds info on one entry in a corpus file.

Field Documentation

const char* SprCorpusEntry::fname

1st field: the file name.

const char* SprCorpusEntry::spelling

2nd field: the spelling.

double SprCorpusEntry::btime

3rd field: begin time in continuous time base.

double SprCorpusEntry::etime

4th field: end time in continuous time base.

const char* SprCorpusEntry::remainder

remainder of the corpus line.