phonetic-languages-phonetics-basics-0.10.0.2: A library for working with generalized phonetic languages usage.
Copyright(c) Oleksandr Zhabenko 2021-2023
LicenseMIT
Maintaineroleksandr.zhabenko@yahoo.com Provides functions to read data specifications for other modules from textual files.
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Phladiprelio.General.SpecificationsRead

Description

 
Synopsis

Documentation

groupBetweenChars Source #

Arguments

:: Char

A delimiter (can be used probably multiple times) used between different parts of the data.

-> [String]

A list of Lexeme that is partitioned using the Lexeme starting with the delimiter.

-> [[String]] 

getGWritingSystem Source #

Arguments

:: Char

A delimiter (cab be used probably multiple times) between different parts of the data file. Usually, a tilda sign '~'.

-> String

Actually the Lexeme that is read into the result.

-> 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.