phonetic-languages-simplified-examples-array 0.4.0.1 → 0.4.1.0
raw patch · 3 files changed
+8/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- README.md +2/−2
- phonetic-languages-simplified-examples-array.cabal +1/−1
CHANGELOG.md view
@@ -43,3 +43,8 @@ ## 0.4.0.1 -- 2021-04-17 * Fourth version revised A. Fixed some issues with README.md file. Updated the dependency boundaries for mmsyn2-array package.++## 0.4.1.0 -- 2021-04-19++* Fourth version revised B. Updated the Ukrainian documentation fixing some text issues. See README.md.+
README.md view
@@ -1,7 +1,7 @@ The short (possibly) instruction how to use the programs of the package phonetic-languages-simplified-examples-array in Ukrainian is here: -http://web.archive.org/web/20210201220649/https://oleksandrzhabenko.github.io/uk/Instruction_phonetic-languages-simplified-examples-array-0.4.0.0.pdf+https://web.archive.org/web/20210419065703/https://oleksandrzhabenko.github.io/uk/Instruction_phonetic-languages-simplified-examples-array-0.4.0.1.pdf Since the version 0.2.0.0 there exist also comparative mode for the rewritePoemG3 executable. It allows to create from two files with the text variants the new one. For more information in Ukrainian, please, refer to the instruction above to the@@ -70,7 +70,7 @@ <property type> | distributionTextG <the same argument of the quantity of the lines> <whether to output also by-line statistics>” -Note: Below the +RTS -N --RTS corrosponds to the architectures where the parallelism is possible so that -N is+Note: Below the +RTS -N --RTS corresponds to the architectures where the parallelism is possible so that -N is one of the possible options for RTS. If the following with RTS arguments does not work, then remove the +RTS -N --RTS block from the command line. One of the examples where RTS does not support parallelism of this kind is armhf (e. g. Linux on Raspberry PI in 32-bit mode).
phonetic-languages-simplified-examples-array.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-simplified-examples-array-version: 0.4.0.1+version: 0.4.1.0 synopsis: Helps to create Ukrainian texts with the given phonetic properties. description: Uses more functionality of the arrays and lists. The vector-related functionality is removed and this made the executables and libraries much more lightweight. Deal the Ukrainian as one of the phonetic languages. For the short introduction in English, please, refer to: https://functional-art.org/2020/papers/Poetry-OleksandrZhabenko.pdf. Since the version 0.3.0.0 the package has the multiple variations mode for @lineVariantsG3@ executable that allows to use modifications in the text, e. g. synonyms, paraphrases etc. homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array