| Copyright | (c) Oleksandr Zhabenko 2020-2023 |
|---|---|
| License | MIT |
| Maintainer | oleksandr.zhabenko@yahoo.com |
| Stability | Experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
| Extensions | BangPatterns |
Phladiprelio.Ukrainian.Emphasis
Description
Documentation
data SyllWeights Source #
Instances
| Show SyllWeights Source # | |
Defined in Phladiprelio.Ukrainian.Emphasis Methods showsPrec :: Int -> SyllWeights -> ShowS # show :: SyllWeights -> String # showList :: [SyllWeights] -> ShowS # | |
weightSyllablesIO :: [FlowSound] -> IO [SyllWeights] Source #
weightStringIO :: String -> IO ([[FlowSound]], [SyllWeights], [[FlowSound]]) Source #
weightStringNIO :: Int -> String -> IO ([[FlowSound]], [[SyllWeights]], [[FlowSound]]) Source #
weights2SyllableDurationsDArr :: [SyllWeights] -> Array Int (Sound8, Double) Source #
weights2SyllableDurationsD :: [SyllWeights] -> [[[Sound8]]] -> [[Double]] Source #
data ReadyForConstructionUkr Source #
Instances
isStr :: ReadyForConstructionUkr -> Bool Source #
isFSL :: ReadyForConstructionUkr -> Bool Source #
fromReadyFCUkrF :: ReadyForConstructionUkr -> Maybe [[FlowSound]] Source #
weightsString3IO :: Bool -> String -> IO ([[FlowSound]], [[[FlowSound]] -> [[Double]]], ReadyForConstructionUkr) Source #