packages feed

r-glpk-phonetic-languages-ukrainian-durations 0.2.1.0 → 0.2.2.0

raw patch · 3 files changed

+34/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -30,4 +30,9 @@  ## 0.2.1.0 -- 2020-11-10 -* Second version revised. Made narrower the default possible randomization parameters (now, the default behaviour is like for 0.1.4.0 version).+* Second version revised A. Made narrower the default possible randomization parameters (now, the default behaviour is like for 0.1.4.0 version).++## 0.2.2.0 -- 2020-12-03++* Second version revised B. Extended the README.md with some basic examples of the pldUkr usage.+
README.md view
@@ -8,3 +8,30 @@  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).++2) 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.++3) 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. ++4) 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.
r-glpk-phonetic-languages-ukrainian-durations.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                r-glpk-phonetic-languages-ukrainian-durations-version:             0.2.1.0+version:             0.2.2.0 synopsis:            Can be used to calculate the durations of the approximations of the Ukrainian phonemes. 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. homepage:            https://hackage.haskell.org/package/r-glpk-phonetic-languages-ukrainian-durations