Copyright | (c) OleksandrZhabenko 2020 |
---|---|
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.
Synopsis
- data CoeffTwo a
- type Coeffs2 = CoeffTwo Float
- isEmpty :: CoeffTwo a -> Bool
- isPair :: CoeffTwo a -> Bool
- fstCF :: CoeffTwo a -> Maybe a
- sndCF :: CoeffTwo a -> Maybe a
- readCF :: String -> Coeffs2
- rhythmicity0 :: String -> Float
- rhythmicityV0 :: Vector Char -> Float
- rhythmicityVK :: Float -> Float -> Vector Char -> Float
- rhythmicityK :: Float -> Float -> String -> Float
- rhythmicity02 :: String -> Float
- rhythmicityV02 :: Vector Char -> Float
- rhythmicityVK2 :: Float -> Float -> Vector Char -> Float
- rhythmicityK2 :: Float -> Float -> String -> Float
- rhythmicity :: String -> Coeffs2 -> String -> Float
- rhythmicityV :: String -> Coeffs2 -> Vector Char -> Float
Newtype to work with
Rhythmicity metrices (semi-empirical)
Simple ones
rhythmicity0 :: String -> Float Source #
With weight coefficients
Rhythmicity metrices from generated with r-glpk-phonetic-languages-ukrainian-durations package (since 0.2.0.0 version)
Simple ones
rhythmicity02 :: String -> Float Source #