Copyright | (c) OleksandrZhabenko 2020-2022 |
---|---|
License | MIT |
Maintainer | olexandr543@yahoo.com |
Stability | Experimental |
Safe Haskell | None |
Language | Haskell2010 |
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
- rhythmicity0H :: ([[[Sound8]]] -> [[Double]]) -> String -> Double
- rhythmicity0FH :: ([[[Sound8]]] -> [[Double]]) -> Double -> String -> Double
- rhythmicityKH :: ([[[Sound8]]] -> [[Double]]) -> Double -> Double -> String -> Double
- rhythmicityKFH :: ([[[Sound8]]] -> [[Double]]) -> Double -> Double -> Double -> String -> Double
- rhythmicity0 :: String -> Double
- rhythmicity0F :: Double -> String -> Double
- rhythmicityK :: Double -> Double -> String -> Double
- rhythmicityKF :: Double -> Double -> Double -> String -> Double
- rhythmicity02 :: String -> Double
- rhythmicity02F :: Double -> String -> Double
- rhythmicityK2 :: Double -> Double -> String -> Double
- rhythmicityKF2 :: Double -> Double -> Double -> String -> Double
- rhythmicity03 :: String -> Double
- rhythmicity03F :: Double -> String -> Double
- rhythmicity04 :: String -> Double
- rhythmicity04F :: Double -> String -> Double
- rhythmicityK3 :: Double -> Double -> String -> Double
- rhythmicityKF3 :: Double -> Double -> Double -> String -> Double
- rhythmicityK4 :: Double -> Double -> String -> Double
- rhythmicityKF4 :: Double -> Double -> Double -> String -> Double
- rhythmicityG :: ([[[Sound8]]] -> [[Double]]) -> String -> [Double]
- rhythmicityGH :: ([[[Sound8]]] -> [[Double]]) -> ([[Double]] -> Double) -> String -> Double
- rhythmicity :: Double -> String -> Coeffs2 -> String -> Double
- rhythmicityH :: Double -> String -> [[[[Sound8]]] -> [[Double]]] -> Coeffs2 -> String -> Double
- rhythmicityH' :: Double -> String -> [[[[Sound8]]] -> [[Double]]] -> Coeffs2 -> String -> Double
Rhythmicity properties
Rhythmicity properties (semi-empirical)
General ones
rhythmicityKFH :: ([[[Sound8]]] -> [[Double]]) -> Double -> Double -> Double -> String -> Double Source #
Simple one
rhythmicity0 :: String -> Double Source #
With weight coefficients
Rhythmicity properties from generated with r-glpk-phonetic-languages-ukrainian-durations package (since 0.2.0.0 version)
Simple one
rhythmicity02 :: String -> Double Source #
With weight coefficients
NEW Rhythmicity properties from generated with r-glpk-phonetic-languages-ukrainian-durations package
Simple ones
rhythmicity03 :: String -> Double Source #
rhythmicity04 :: String -> Double Source #
With weight coefficients
General
rhythmicityGH :: ([[[Sound8]]] -> [[Double]]) -> ([[Double]] -> Double) -> String -> Double Source #