Copyright | (c) Oleksandr Zhabenko 2021-2024 |
---|---|
License | MIT |
Maintainer | oleksandr.zhabenko@yahoo.com Provides functions to read data specifications for other modules from textual files. |
Stability | Experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- charLine :: Char -> String -> Bool
- groupBetweenChars :: Char -> [String] -> [[String]]
- getGWritingSystem :: Char -> String -> GWritingSystemPRPLX
Documentation
:: Char | A delimiter (cab be used probably multiple times) between different parts of the data file. Usually, a tilda sign '~'. |
-> String | Actually the |
-> GWritingSystemPRPLX | The data is used to obtain the phonetic language representation of the text. |
An example of the needed data structure to be read correctly is in the file gwrsysExample.txt in the source tarball.