r-glpk-phonetic-languages-ukrainian-durations-0.2.0.0: Can be used to calculate the durations of the approximations of the Ukrainian phonemes.
Copyright(c) OleksandrZhabenko 2020
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

Numeric.Wrapper.R.GLPK.Phonetics.Ukrainian.Durations

Description

Can be used to calculate the durations of the approximations of the Ukrainian phonemes using some prepared text with its correct (at least mostly) pronunciation. The prepared text is located in the same directory and contains lines --- the Ukrainian word and its duration in seconds separated with whitespace. The library is intended to use the functionality of the :

1) R programming language https://www.r-project.org/

2) Rglpk library https://cran.r-project.org/web/packages/Rglpk/index.html

3) GNU GLPK library https://www.gnu.org/software/glpk/glpk.html

For more information, please, see the documentation for them.

For the model correctness the js here refers to "ABCEFXYabcdefghijklmnopqrstuvxyz". To get such js some of the Ukrainian words in the abovementioned file must contain an apostrophe and there should be somewhat like "їх_друг".

Synopsis

Documentation

matrixLine :: [String] -> String -> Int -> String Source #

Actually n is a length bss.

answer :: Vector Double -> [String] -> [Double] -> [Double] -> String -> String Source #

A variant of the more general answer2 where the randomization parameters are used to produce every time being run a new result (e. g. this allows to model accents).