phonetic-languages-simplified-properties-array-old-0.1.0.0: Some properties of the data related to rhythmicity.
Copyright(c) OleksandrZhabenko 2020-2022
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

Phonetic.Languages.Array.Ukrainian.PropertiesSyllablesG2Old

Description

Generalization and extension of the functionality of the DobutokO.Poetry.Norms and DobutokO.Poetry.Norms.Extended modules from the dobutokO-poetry package. Uses syllables information. Instead of the vector-related, uses just arrays.

Synopsis

Rhythmicity properties

Rhythmicity properties (semi-empirical)

General ones

rhythmicity0H :: ([[[Sound8]]] -> [[Double]]) -> String -> Double Source #

rhythmicity0FH :: ([[[Sound8]]] -> [[Double]]) -> Double -> String -> Double Source #

rhythmicityKH :: ([[[Sound8]]] -> [[Double]]) -> Double -> Double -> String -> Double Source #

rhythmicityKFH :: ([[[Sound8]]] -> [[Double]]) -> Double -> Double -> Double -> String -> Double Source #

Simple one

With weight coefficients

Rhythmicity properties from generated with r-glpk-phonetic-languages-ukrainian-durations package (since 0.2.0.0 version)

Simple one

With weight coefficients

NEW Rhythmicity properties from generated with r-glpk-phonetic-languages-ukrainian-durations package

Simple ones

With weight coefficients

General

rhythmicityG Source #

Arguments

:: ([[[Sound8]]] -> [[Double]])

A function that specifies the syllables durations, analogue of (or one of) the syllableDurationsD functions from the ukrainian-phonetics-basics-array package.

-> String 
-> [Double] 

rhythmicityGH :: ([[[Sound8]]] -> [[Double]]) -> ([[Double]] -> Double) -> String -> Double Source #

rhythmicityH :: Double -> String -> [[[[Sound8]]] -> [[Double]]] -> Coeffs2 -> String -> Double Source #

Allows to use the user-defined custom Sound8 durations. This is used when the first character in the second argument is 'H'.

rhythmicityH' :: Double -> String -> [[[[Sound8]]] -> [[Double]]] -> Coeffs2 -> String -> Double Source #