phonetic-languages-plus-0.7.1.0: Some common shared between different packages functions.
Copyright(c) Oleksandr Zhabenko 2020-2023
LicenseMIT
Maintaineroleksandr.zhabenko@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Phladiprelio.Distribution

Description

Analyzes a poetic text in Ukrainian, for every line prints statistic data and then for the whole poem prints the hypothesis evaluation information. Is used in pair with some other programs, e. g. with propertiesTextG3 from phonetic-languages-simplified-examples-array package or with a new phonetic-languages-ukrainian series. The module contains library functions for the program.

To enable parallel computations (potentially, they can speed up the work), please, run the distributionText executable with +RTS -threaded -RTS command line options with possibly -N option inside.

Synopsis

Documentation

data ControlStatsIntervals Source #

Sum data type to control whether the functions work with multiple properties or with just one.

Constructors

U ([Double], [(Int, Int)]) 
M [(Int, Int)] 

innerProcG :: Bool -> Bool -> String -> Bool -> String -> IO () Source #