packages feed

phonetic-languages-simplified-generalized-examples-array 0.2.0.1 → 0.2.1.0

raw patch · 3 files changed

+34/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -20,3 +20,7 @@ ## 0.2.0.1 -- 2021-05-26  * Second version revised A. Added some information to the README.md file related to the IPA and espeak-ng usage.++## 0.2.1.0 -- 2021-05-27++* Second version revised B. Added important information to the README.md file related to the ground idea.
README.md view
@@ -35,3 +35,32 @@ It is rather easy to create the corresponding GWritingSystemPRPLX information using the IPA, but you can use some other respesentation. The idea for this is that you can use IPA line produced by the espeak-ng as the input 'String'.++ Some Ideas to Be Checked (Hypotheses)+ =====================================++The phonetic-languages-simplified-generalized-examples-array library is based on the idea of the defined+phonetic phenomenae durations in time while speaking. Definitely, they have some durations, the question of+interest is that there are no stable ones, immutable ones. The durations vary not only from situation to situation,+from one speaker to another one, from cirkumstances etc., but also the durations for some phonemes can vary+depending on their neighbouring ones and, therefore, being some (probably, a new one in every case) function+of the neighbour phonemes. This fact is not taken into account in this version of the package and library, but+it has some meaning.++ A Child Learns to Read, or Somebody New to the Language+ =======================================================++When a child just begins to read words in the language (or, there can be just somebody new to the language) he or she+starts with phonemes pronunciation for every meaningful written (and, hence, read) symbol. Afterwards, after some+practice he / she starts to read smoothly. Nevertheless, if the text is actually a poetic piece, e. g. some+poem, it is OFTEN (may be, usually, or sometimes, or occasionally, etc.) just evident that the text being read+in such a manner has some rhythmicity properties, despite the fact that the phonemes are read and pronounced in+a manner of irregular and to some extent irrelevant to the normal speech mode lengths (durations). We can+distinguish (often) the poetic text from the non-poetic one just by some arrangement of the elements.++The same situation occurs when a person with an accent (probably, strong, or rather uncommon) reads a poetic text.+Or in other situations. The library design works just as in these situations. It assumes predefined durations, but+having several reasonable (sensible) ones we can evaluate (approximately, of course) the rhythmicity properties+and some other ones, just as the algorithms provided here.++This, to the mind of the author, is a ground for using the library and its functionality in such cases.
phonetic-languages-simplified-generalized-examples-array.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-generalized-examples-array-version:             0.2.0.1+version:             0.2.1.0 synopsis:            Helps to create texts with the given phonetic properties (e. g. poetic). description:         Is rewritten from the modules of the @phonetic-languages-simplified-examples-array@ package. Can be used not only for Ukrainian, but also for other languages.  homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-generalized-examples-array