| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Aftovolio.Ukrainian.IO
Synopsis
- generalF :: Int -> Int -> Compards -> Bool -> FilePath -> String -> (String, String) -> Int -> FilePath -> Int -> HashCorrections -> (Int8, [Int8]) -> Int -> Bool -> Int -> Bool -> Int8 -> (FilePath, Int) -> Bool -> String -> [String] -> IO [String]
- data AftovolioUkr = S Int Integer String
- countSyll :: String -> Int
- stat1 :: Int -> (Int8, [Int8]) -> Int
- parseHelp :: [String] -> (String, [String])
- outputSel :: AftovolioUkr -> Int -> String
- parseLineNumber :: Int -> IO Int
- selectSounds :: String -> FlowSound
- testsOutput :: (Show a1, Integral a1) => Bool -> Int -> (Int -> Compards -> p2 -> Int8 -> [Int8] -> String -> a1) -> Int -> p2 -> Int -> [String] -> IO [String]
- outputWithFile :: String -> Compards -> [AftovolioUkr] -> FilePath -> [[[[Sound8]]] -> [[Word8]]] -> Int -> Int8 -> Int -> FilePath -> Int -> IO ()
Documentation
Arguments
| :: Int | A power of 10. The distance value is quoted by 10 in this power if the next [ |
| -> Int | A |
| -> Compards | A value that the different options are compared with. If no command line argument "+di" was added, then this is a |
| -> Bool | If |
| -> FilePath | A path to the file to save double columns output to. If empty then just prints to |
| -> String | If not null than instead of rhythmicity evaluation using hashes and and feets, there is computed a diversity property for the specified |
| -> (String, String) | If the next element is not equal to -1, then the prepending and appending lines to be displayed. Used basically for working with the multiline textual input data. |
| -> Int | The number of the line in the file to be read the lines from. If equal to -1 then neither reading from the file is done nor the first argument influences the processment results. |
| -> FilePath | The file to read the sound representation durations from. |
| -> Int | |
| -> HashCorrections | |
| -> (Int8, [Int8]) | |
| -> Int | |
| -> Bool | |
| -> Int | |
| -> Bool | |
| -> Int8 | |
| -> (FilePath, Int) | |
| -> Bool | Whether to run tests concurrently or not. |
| -> String | An initial string to be analysed. |
| -> [String] | |
| -> IO [String] |
data AftovolioUkr Source #
Instances
selectSounds :: String -> FlowSound Source #
selectSounds converts the argument after "+ul" command line argument into a list of Ukrainian sound representations that is used for evaluation of 'uniqueness periods' properties of the line. Is a modified Phonetic.Languages.Simplified.Array.Ukrainian.FuncRep2RelatedG2.parsey0Choice from the phonetic-languages-simplified-examples-array-0.21.0.0 package.
Arguments
| :: (Show a1, Integral a1) | |
| => Bool | Whether to run tests concurrently or not. |
| -> Int | |
| -> (Int -> Compards -> p2 -> Int8 -> [Int8] -> String -> a1) | |
| -> Int | |
| -> p2 | |
| -> Int | |
| -> [String] | |
| -> IO [String] |
Part of the generalF for processment in case of using tests mode.
Arguments
| :: String | If not null than instead of rhythmicity evaluation using hashes and and feets, there is computed a diversity property for the specified |
| -> Compards | A value that the different options are compared with. If no command line argument "+di" was added, then this is a |
| -> [AftovolioUkr] | |
| -> FilePath | The file to read the sound representation durations from. |
| -> [[[[Sound8]]] -> [[Word8]]] | |
| -> Int | |
| -> Int8 | |
| -> Int | |
| -> FilePath | A file to be probably added output parts to. |
| -> Int | |
| -> IO () |
Part of generalF for processment with a file.