phonetic-languages-ukrainian 0.2.0.0 → 0.2.1.0
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- Languages/Phonetic/Ukrainian/PrepareText.hs +1/−1
- phonetic-languages-ukrainian.cabal +1/−1
ChangeLog.md view
@@ -7,3 +7,8 @@ ## 0.2.0.0 -- 2020-09-09 * Second version. Added new functions aux4 and aux0 to be used after convertToProperUkrainian from the Melodics.Ukrainian module from the mmsyn6ukr package.++## 0.2.1.0 -- 2020-09-25++* Second version revised A. Changed the behaviour of the Languages.Phonetic.Ukrainian.PrepareText.splitLines function so that it splits the lines of the arbitrary length (in words) for the further analysis+by the uniqueness-periods-vector series of programs. This is needed also for non-poetic texts processment.
Languages/Phonetic/Ukrainian/PrepareText.hs view
@@ -117,7 +117,7 @@ splitLines xss | null xss = [] | otherwise = mapI (\xs -> compare (length . words $ xs) 7 == GT) (\xs -> - (\(t,z) -> [t, z]) . splitAt (length xs `quot` 2) $ xs) xss+ (\(t,z) -> splitLines [t, z]) . splitAt (length xs `quot` 2) $ xs) $ xss auxiliary1 :: [String] -> [String] auxiliary1 (xs:ys:zs:xss)
phonetic-languages-ukrainian.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-ukrainian-version: 0.2.0.0+version: 0.2.1.0 synopsis: Prepares Ukrainian text to be used as a phonetic language text description: Prepares Ukrainian text to be used as a phonetic language text. Applies needed minimal grammar connections so that the text afterwards can be processed by dobutokO-poetry related programs homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian