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

Phladiprelio.Ukrainian.SyllableWord8

Description

This module works with syllable segmentation in Ukrainian. Uses Word8 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 Word8 data are gotten from there.

Synopsis

Documentation

class Eq a => SyllableDurations4 a where Source #

Minimal complete definition

sDuratsD, sDuratsD2, sDuratsD3, sDuratsD4

Methods

sDuratsD :: a -> Word8 Source #

sDuratsD2 :: a -> Word8 Source #

sDuratsD3 :: a -> Word8 Source #

sDuratsD4 :: a -> Word8 Source #

syllableDurationsGDc :: (a -> Word8) -> [[[a]]] -> [[Word8]] Source #

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

General variant of the syllableDurationsD function.