phonetic-languages-rhythmicity-0.7.0.0: Allows to estimate the rhythmicity properties for the text
Copyright(c) OleksandrZhabenko 2020
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010
ExtensionsBangPatterns

Languages.Rhythmicity.Factor

Description

Allows to evaluate (approximately, so better to say, to estimate) the rhythmicity properties for the text (usually, the poetic one). Tries to use somewhat 'improved' versions of the functions similar to the ones in the Languages.Rhythmicity module.

Synopsis

Documentation

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

The first argument must be greater than 1, though it is not checked.

data Pos3F Source #

Constructors

P !Int8 !Int16 

posMaxIn3F :: (Ord a, Num a) => a -> a -> a -> Pos3F Source #

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

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

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