| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
| Extensions | BangPatterns |
Languages.Rhythmicity
Description
Allows to evaluate (approximately, so better to say, to estimate) the rhythmicity properties for the text (usually, the poetic one).
Documentation
maxPosition2 :: RealFrac a => [a] -> a Source #
maxPosition3 :: RealFrac a => [a] -> a Source #
evalRhythmicity23 :: (RealFrac a, Floating a) => [a] -> a Source #
evalRhythmicity23K :: (RealFrac a, Floating a) => a -> a -> [a] -> a Source #