packages feed

ukrainian-phonetics-basic 0.2.0.1 → 0.2.0.2

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -60,3 +60,6 @@  * Second version revised A. Some documentation improvements. +## 0.2.0.2 -- 2020-11-10++* Second version revised B. Fixed issue with inexact documentation.
Languages/Phonetic/Ukrainian/Syllable.hs view
@@ -206,7 +206,8 @@ -- | Just another possible duration approximation obtained by usage of the @r-glpk-phonetic-languages-ukrainian-durations@ package -- https://hackage.haskell.org/package/r-glpk-phonetic-languages-ukrainian-durations. -- It is generated for the set of the words-durations pairs that the words contents ('Char') converts to the elements of the--- \"ABCEFXYabcdefghijklmnopqrstuvwxyz\".+-- \"ABCEFXYabcdefghijklmnopqrstuvxyz\" (for more information, pleas, refer to the+-- https://hackage.haskell.org/package/r-glpk-phonetic-languages-ukrainian-durations). uzpp2Durat2 :: UZPP2 -> Float uzpp2Durat2 = X.getBFst' (0.06408817,VB.fromList [(UZ 'A' D, 0.07729654), (UZ 'A' K, 0.07729654), (UZ 'B' D, 0.08048113), (UZ 'B' K, 0.08048113),   (UZ 'C' S, 0.08226452), (UZ 'D' N, 0.07512999), (UZ 'E' L, 0.12541547), (UZ 'E' M, 0.12541547), (UZ 'F' L, 0.12838476), (UZ 'F' M, 0.12838476),
ukrainian-phonetics-basic.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                ukrainian-phonetics-basic-version:             0.2.0.1+version:             0.2.0.2 synopsis:            A library to work with the basic Ukrainian phonetics and syllable segmentation. description:         A library to work with the basic Ukrainian phonetics and syllable segmentation. Rewritten from the mmsyn6ukr and mmsyn7s packages. homepage:            https://hackage.haskell.org/package/ukrainian-phonetics-basic