ukrainian-phonetics-basic-array-0.7.0.0: A library to work with the basic Ukrainian phonetics and syllable segmentation.
Copyright(c) Oleksandr Zhabenko 2021-2023
LicenseMIT
Maintaineroleksandr.zhabenko@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010
Extensions
  • TypeSynonymInstances
  • Strict
  • StrictData

Phladiprelio.Ukrainian.SyllableDouble

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.