phonetic-languages-simplified-generalized-examples-array-0.4.1.0: Helps to create texts with the given phonetic properties (e. g. poetic).
Copyright(c) OleksandrZhabenko 2021
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

EspeakNG_IPA

Description

Is intended to use internally "espeak-ng" or "espeak" executable to produce the IPA phonemes output of the given String. The prerequisite is installed espeak-ng or espeak executable in the path that is in the PATH environment variable.

Synopsis

Documentation

espeakNG_IPA :: String -> String -> IO String Source #

Given a language String supported by the espeak-ng or espeak (which one is installed properly with prefered espeak-ng) and the needed text returns the IPA representation. Is just some wrapper around the espeak functionality.

espeakNG_IPA_ :: String -> String -> IO () Source #

Given a language String supported by the espeak-ng or espeak (which one is installed properly with prefered espeak-ng) and the needed text prints the IPA representation. Is just some wrapper around the espeak functionality.