Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CVsPerPos = 4 // The saffran, et al experiment had 4 cv possibilities per syllable position
View Source
var CVsPerWord = 3 // The saffran, et al experiment used 3 syllable words
View Source
var CVs_I = []string{"da", "go", "pa", "ti", "ro", "la", "bi", "bu", "pi", "tu", "ku", "do"}
!! really 3 groups of 4, first, second and third position of trisyllabic word - keep the order!! The CVs_I set are those used by Saffran, Aslin & Newport Sets III-VI include additional consonant vowel combinations
View Source
var CVs_III = []string{"su", "ro", "pa", "ho", "ba", "lu", "go", "li", "hi", "ra", "di", "sa"}
View Source
var CVs_IV = []string{"do", "na", "hu", "ki", "ka", "to", "mo", "mu", "ru", "si", "ta", "po"}
View Source
var CVs_V = []string{"gu", "ma", "bi", "bu", "ri", "gi", "tu", "ni", "ha", "so", "ga", "bo"}
View Source
var CVs_VI = []string{"da", "ti", "nu", "lo", "ku", "no", "pi", "du", "mi", "pu", "ko", "la"}
Functions ¶
func IdxFmSnd ¶
IdxFmSnd returns the slice index of the snd if found. id is ignored if the corpus doesn't have subsets of sounds
func LoadTranscription ¶
LoadTranscription reads in a list of cv strings for decoding a particular sequence and returns a slice of strings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.