phonetic-languages-rhythmicity-0.1.2.0: Allows to estimate the rhythmicity metrices for the text (usually, the Ukrainian poetic one)

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellSafe
LanguageHaskell2010

Languages.Rhythmicity

Description

Maintainer : olexandr543@yahoo.com

Allows to evaluate (approximately, so better to say, to estimate) the rhythmicity metrices for the text (usually, the poetic one).

Documentation

maxPosition2 :: RealFrac a => [a] -> a Source #

posMaxIn3 :: Ord a => a -> a -> a -> Int16 Source #

maxPosition3 :: RealFrac a => [a] -> a Source #

evalRhythmicity23K :: (RealFrac a, Floating a) => a -> a -> [a] -> a Source #