phonetic-languages-phonetics-basics 0.6.0.0 → 0.6.0.1
raw patch · 4 files changed
+11/−5 lines, 4 files
Files
- ChangeLog.md +4/−0
- EnglishConcatenated.txt +1/−1
- README.md +5/−3
- phonetic-languages-phonetics-basics.cabal +1/−1
ChangeLog.md view
@@ -63,3 +63,7 @@ * Sixth version. Added a module Data.Phonetic.Languages.PrepareText. Added a file EnglishConcatenated.txt that contains additional list of the English words the corresponding translations of which are intended to be concatenated to the next phonetic language words to preserve the basic grammar. Some code and documentation improvements. ++## 0.6.0.1 -- 2021-05-04++* Sixth version revised A. Extended the data in the EnglishConcatenated.txt file. Fixed some issues with the README.md file.
EnglishConcatenated.txt view
@@ -1,1 +1,1 @@-["A","About","Actually","After","After all","Against","Allegedly","Almost","Already","Among","Around","As","As far as","As if","As though","At","Barely","Before","Behind","Below","Beneath","Between","But","By","Even","Exactly","Except","Exclusively","For","From","However","I.e.","If","In","In addition","In order to","Just","Let","Likewise","Near","Of","On","Only","Or","Over","Round","Still","Than","That is","The","Therefore","Though","Through","To","Under","Unless","When","With","Without","a","about","after","against","allegedly","almost","already","among","around","as","as far as","as if","as the","as though","at","barely","because","because of","because of that","before","behind","below","beneath","between","but","by","despite that","even","even though","exactly","except","exclusively","for","from","however","i.e.","if","in","in order to","inhibit","instead of","just","let","like","moreover","near","of","on","only","or","over","round","since the","so","so as","so that","still","than","that is","the","therefore","though","through","to","under","unless","whatever","whereas","while as","with","without"]+["A","About","Across","Actually","After","After all","Against","Allegedly","Almost","Already","Among","Around","As","As far as","As if","As though","Aside","At","Barely","Before","Behind","Below","Beneath","Between","But","By","Despite","Even","Exactly","Except","Exclusively","For","From","However","I.e.","If","In","In addition","In order to","Into","Just","Let","Likewise","Near","Of","On","Only","Onto","Or","Over","Round","Still","Than","That is","The","Therefore","Though","Through","Throughout","To","Under","Unless","When","With","Without","a","about","across","after","against","allegedly","almost","already","among","around","as","as far as","as if","as the","as though","aside","at","barely","because","because of","because of that","before","behind","below","beneath","between","but","by","despite","despite that","even","even though","exactly","except","exclusively","for","from","however","i.e.","if","in","in order to","inhibit","instead of","into","just","let","like","moreover","near","of","on","only","onto","or","over","round","since the","so","so as","so that","still","than","that is","the","therefore","though","through","throughout","to","under","unless","whatever","whereas","while as","with","without"]
README.md view
@@ -35,11 +35,13 @@ 3) pldPL 0.001 0.001 0.01 0.02 words.txt controlData.txt gwrsys.txt 0.3 0.2 0.02 0.06 1.4 -1 0.01 0.01 2.5 2.5 2.5 2.5 2.5 2.5 | R --quiet --no-save -If the 2) gives you the not NULL result, then it is recommended to minimize the first parameter after the file name. +If the 2) gives you the not NULL result, then it is recommended to minimize the first parameter after the next 4 parameters+after the gwrsys.txt. 4) pldPL 0.001 0.001 0.01 0.02 words.txt controlData.txt gwrsys.txt 0.3 0.2 0.02 0.06 1.6 -1 0.01 0.01 2.5 2.5 2.5 2.5 2.5 2.5 | R --quiet --no-save -If the previous gives NULL result, then try to somewhat increase the first parameter after the file name.+If the previous gives NULL result, then try to somewhat increase the first parameter after the next 4 parameters+after the gwrsys.txt. Therefore, using such a binary search for the single parameter above, try to find out the more precise value of the point where the pldPL gives not NULL result and then use the obtained result as the durations for the system of phonetic languages representations.@@ -52,5 +54,5 @@ ---------------------------------------------------------- -In the file EnglishConnected.txt in the source tarball there are English words the translations of which are intended to be+In the file EnglishConcatenated.txt in the source tarball there are English words the translations of which are intended to be concatenated to the next word in the phonetic language before applying sound processing so that the basic grammar is preserved.
phonetic-languages-phonetics-basics.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/ name: phonetic-languages-phonetics-basics-version: 0.6.0.0+version: 0.6.0.1 synopsis: A library for working with generalized phonetic languages usage. description: There already exists a Ukrainian implementation for the phonetic languages approach published at: https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array. It is optimized for the Ukrainian only and needs to be rewritten for every new language mostly from scratch using it as a template. To avoid this boilerplate, this one is provided. It can be used for different languages and even for music or other fields. Now it combines the functionality of the @r-glpk-phonetic-languages-ukrainian-durations@ and @phonetic-languages-ukrainian-array@ and some dependencies of the mentioned one. homepage: https://hackage.haskell.org/package/phonetic-languages-phonetics-basics