phonetic-languages-simplified-examples-array-0.2.1.0: Helps to create Ukrainian texts with the given phonetic properties.
Copyright(c) OleksandrZhabenko 2020
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010
ExtensionsBangPatterns

Phonetic.Languages.Lines

Description

Library functions for the rewritePoemG3 executable. Inspired by: https://functional-art.org/2020/papers/Poetry-OleksandrZhabenko.pdf from the https://functional-art.org/2020/performances ; Allows to rewrite the given text (usually a poetical one).

Synopsis

Documentation

circle2 :: Coeffs2 -> Array Int [Array Int Int] -> String -> [String] -> [String] -> [String] Source #

Processment without rearrangements.

circle2I :: Coeffs2 -> Array Int [Array Int Int] -> String -> [String] -> Int -> [Int] -> Double -> Double -> [String] -> [String] Source #

Processment with rearrangements.

toFileStr Source #

Arguments

:: FilePath

The FilePath to the file to be written in the AppendMode (actually appended with) the information output.

-> [String]

Each element is appended on the new line to the file.

-> IO () 

Prints every element from the structure on the new line to the file. Uses appendFile function inside. Is taken from the Languages.UniquenessPeriods.Vector.General.DebugG module from the phonetic-languages-general package.