dobutokO-poetry-general-0.1.0.0: Helps to order the 7 or less words (first of all the Ukrainian ones) to obtain somewhat suitable for poetry or music text

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Poetry.Norms.Extended

Description

Maintainer : olexandr543@yahoo.com

Helps to order the 7 or less Ukrainian words (or their concatenations) to obtain (to some extent) suitable for poetry or music text. The norms here are more complex and/or use other ones and can be controlled by some additional parameters.

Synopsis

Documentation

norm7 :: Int -> [Int] -> Int Source #

The seventh norm norm7 has more complex behaviour. The possible range of the first argument is [1..100]. Is provided for exploration.

norm7n :: Int -> [Int] -> Int Source #

The seventh norm norm7n (the variant of the norm7 without the maximum evaluation) has more complex behaviour. The possible range of the first argument is [1..100]. Is provided for exploration.

norm54n :: Int -> Int -> [Int] -> Int Source #

The fifth-fourth norm for the list of non-negative Int. Is provided for exploration.

norm45n :: Int -> Int -> [Int] -> Int Source #

The fourth-fifth norm for the list of non-negative Int. Is provided for exploration.