Copyright | (c) Oleksandr Zhabenko 2020-2023 |
---|---|
License | MIT |
Maintainer | oleksandr.zhabenko@yahoo.com |
Stability | Experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Extensions | BangPatterns |
Allows to evaluate (approximately, so better to say, to estimate) the rhythmicity properties for the text (usually, the poetic one).
Synopsis
- maxPosition2 :: RealFrac a => [a] -> a
- posMaxIn3 :: Ord a => a -> a -> a -> Int16
- maxPosition3 :: RealFrac a => [a] -> a
- evalRhythmicity23 :: (RealFrac a, Floating a) => [a] -> a
- evalRhythmicity23K :: (RealFrac a, Floating a) => a -> a -> [a] -> a
Documentation
maxPosition2 :: RealFrac a => [a] -> a Source #
Is well defined just for positive values in the list.
maxPosition3 :: RealFrac a => [a] -> a Source #
evalRhythmicity23 :: (RealFrac a, Floating a) => [a] -> a Source #
evalRhythmicity23K :: (RealFrac a, Floating a) => a -> a -> [a] -> a Source #