phonetic-languages-plus-0.6.0.0: Some common shared between different packages functions.
Copyright(c) OleksandrZhabenko 2020-2022
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

Distribution.Processment

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)]