phladiprelio-rhythmicity-shared-0.1.0.0: Allows to estimate some kind of the rhythmicity properties for the text
Copyright(c) Oleksandr Zhabenko 2020-2023
LicenseMIT
Maintaineroleksandr.zhabenko@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010
ExtensionsBangPatterns

Phladiprelio.Rhythmicity.Simple

Description

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

Synopsis

Documentation

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

Is well defined just for positive values in the list.

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

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

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