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
Extensions
  • Cpp
  • BangPatterns
  • MultiWayIf

Phonetic.Languages.Array.Ukrainian.PropertiesSyllablesG2HprimeOld

Contents

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

General

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 #