ukrainian-phonetics-basic-0.4.1.0: A library to work with the basic Ukrainian phonetics and syllable segmentation.
Copyright(c) OleksandrZhabenko 2019-2020
LicenseMIT
Maintainerolexandr543@yahoo.com
Safe HaskellNone
LanguageHaskell2010

Melodics.ByteString.Ukrainian

Description

Functions provide functionality of a musical instrument synthesizer or for Ukrainian speech synthesis especially for poets, translators and writers. Is rewritten from the module Melodics.Ukrainian from the mmsyn6ukr package : 'https://hackage.haskell.org/package/mmsyn6ukr' Phonetic material is taken from the :

Solomija Buk, Ján Mačutek, Andrij Rovenchak. Some properties of the Ukrainian writing system. [Electronic resource] https://arxiv.org/ftp/arxiv/papers/0802/0802.4198.pdf

Synopsis

Basic functions

convertToProperUkrainian :: String -> Vector Char Source #

The function that converts a written Ukrainian text into the sounding in the program phonetical respesentation. It is not exact phonetically but you can make for yourself a general impression of the Ukrainian sounding.

convertToProperUkrainianV :: Vector Char -> Vector Char Source #

The function that converts a written Ukrainian text into the sounding in the program phonetical respesentation. It is not exact phonetically but you can make for yourself a general impression of the Ukrainian sounding.

convertToProperUkrainianX :: String -> Vector Char Source #

Unlike the convertToProperUkrainian, it returns a boxed Vector instead of unboxed one Vector, @ since 0.1.2.0

convertToProperUkrainianV2X :: Vector Char -> Vector Char Source #

Unlike the convertToProperUkrainianV, it returns a boxed Vector instead of unboxed one Vector, @ since 0.1.2.0