ukrainian-phonetics-basic-array-0.5.3.0: A library to work with the basic Ukrainian phonetics and syllable segmentation.
Copyright(c) OleksandrZhabenko 2021-2022
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010
ExtensionsTypeSynonymInstances

Languages.Phonetic.Ukrainian.Syllable.Double.ArrInt8

Description

This module works with syllable segmentation in Ukrainian. Uses Double whenever possible. Is inspired by the DobutokO.Sound.DIS5G6G module from dobutokO2 package. See: 'https://hackage.haskell.org/package/dobutokO2-0.43.0.0/docs/DobutokO-Sound-DIS5G6G.html'. The initial Double data are gotten from there.

Synopsis

Documentation

syllableDurationsGD :: (Sound8 -> Double) -> [[[Sound8]]] -> [[Double]] Source #

General variant of the syllableDurationsD function.