r-glpk-phonetic-languages-ukrainian-durations: Can be used to calculate the durations of the approximations of the Ukrainian phonemes.

[ Ukrainian, glpk, language, library, math, mit, phonetic-languages, program ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.5.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.13 && <5), foldable-ix (==0.3.0.0), lists-flines (==0.1.3.0), mmsyn2-array (==0.3.1.1), ukrainian-phonetics-basic-array (==0.7.0.0) [details]
License MIT
Copyright Oleksandr Zhabenko
Author OleksandrZhabenko
Maintainer oleksandr.zhabenko@yahoo.com
Category Language, Math
Home page https://hackage.haskell.org/package/r-glpk-phonetic-languages-ukrainian-durations
Uploaded by OleksandrZhabenko at 2023-02-03T23:12:20Z
Distributions NixOS:0.5.0.0
Executables pldUkr
Downloads 1220 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-02-03 [all 1 reports]

Readme for r-glpk-phonetic-languages-ukrainian-durations-0.5.0.0

[back to package description]

The library and the executable 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.

  • Some examples.

Let in the file words.txt you have the Ukrainian words and their durations in seconds as pairs separated with whitespace at the lines.

Then the following commands can be variants of the usage of the pldUkr executable.

  1. pldUkr 0.01 0.01 0.1 0.2 words.txt 1.8 -1 0.01 0.01 1.5 1.5 1.5 1.5 1.5 1.5 | R --quiet --no-save

THis variant tries to minimize the duration of the soft sign (-1 as the second parameter after the file name), tries to reduce the influence of the volatile 'X' and 'Y' (the third and the fourth parameters as 0.01) and tries to somewhat make longer the 6 Ukrainian vowels (all the consonants have by that the default coefficients equal to 1.0).

  1. pldUkr 0.01 0.01 0.1 0.2 words.txt 1.8 -1 0.01 0.01 2.5 2.5 2.5 2.5 2.5 2.5 | R --quiet --no-save

The same as the 1), but with more prolongation of the vowels.

  1. pldUkr 0.01 0.01 0.1 0.2 words.txt 1.4 -1 0.01 0.01 2.5 2.5 2.5 2.5 2.5 2.5 | R --quiet --no-save

If the 2) gives you the not NULL result, then it is recommended to minimize the first parameter after the file name.

  1. pldUkr 0.01 0.01 0.1 0.2 words.txt 1.6 -1 0.01 0.01 2.5 2.5 2.5 2.5 2.5 2.5 | R --quiet --no-save

If the previous gives NULL result, then try to somewhat increase the first parameter after the file name.

It is needed to be said that after the vowel sounds there are the coefficients for the voiced and, afterwards, for the voiceless sounds. If omitted, they are equal to the default 1.0.