Copyright | (c) OleksandrZhabenko 2020-2024 |
---|---|
License | MIT |
Maintainer | oleksandr.zhabenko@yahoo.com |
Stability | Experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Contains several functions that helps to reverse many of the phonetic languages approach concatenations for the Ukrainian language.
Synopsis
- reverseConcatenations :: Int -> String -> String
- reverseConcat1 :: Int -> String -> [String]
- reverseConcat2 :: Int -> String -> String -> String -> [String]
- howConcat1Word :: Int -> Int -> String -> String -> String -> String -> [String]
- howConcat1WordEntirely :: Int -> String -> String -> (String, [String])
Documentation
reverseConcatenations :: Int -> String -> String Source #
Reverses many phonetic languages approach related concatenations for the Ukrainian text. Is intended to be used with the text on several lines.
reverseConcat1 :: Int -> String -> [String] Source #
Reverses many phonetic languages approach related concatenations for just one Ukrainian word. Is used
internally in the reverseConcatenations
.