Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpeechSequence ¶
type SpeechSequence struct {
File string `desc:""`
ID string `desc:"an id to use if the corpus has subsets"`
Sequence string `desc:"the full sequence of CVs, Phones, Words or whatever the unit"`
Units []SpeechUnit `desc:"the units of the sequence"`
}
SpeechSequence a sequence of speech units, for example a sequence of phones or words
type SpeechUnit ¶
type SpeechUnit struct {
Name string `desc:"the CV (e.g. -- da, go, ku ...), or phones (g, ah, ix ...)"`
Start float64 `desc:"start time of this unit in a particular sequence in milliseconds"`
End float64 `desc:"end time of this unit in a particular sequence in milliseconds"`
AStart float64 `` /* 130-byte string literal not displayed */
AEnd float64 `` /* 128-byte string literal not displayed */
Type string `desc:"optional info - type of unit, phone, phoneme, word, CV (consonsant-vowel), etc"`
}
SpeechUnit
Click to show internal directories.
Click to hide internal directories.