Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PRBeforeC :: String -> String -> Char -> String -> PhoneticsRepresentationPLX

    aftovolio Aftovolio.General.Base

    No documentation available.

  2. PRC :: String -> String -> String -> Char -> String -> PhoneticsRepresentationPLX

    aftovolio Aftovolio.General.Base

    No documentation available.

  3. PREmpty :: String -> PhoneticsRepresentationPL

    aftovolio Aftovolio.General.Base

    No documentation available.

  4. PREmptyC :: String -> Char -> String -> PhoneticsRepresentationPLX

    aftovolio Aftovolio.General.Base

    No documentation available.

  5. class PhoneticElement a

    aftovolio Aftovolio.General.Base

    No documentation available.

  6. type PhoneticRepresentationXInter = Either PhoneticsRepresentationPLX InterGenerationsString

    aftovolio Aftovolio.General.Base

    The intermediate representation of the phonetic languages data. Is used during conversions.

  7. data PhoneticsRepresentationPL

    aftovolio Aftovolio.General.Base

    The syllable after this is encoded with the representation with every Char being some phonetic language phenomenon. To see its usual written representation, use the defined showRepr function (please, implement your own one).

  8. data PhoneticsRepresentationPLX

    aftovolio Aftovolio.General.Base

    Extended variant of the PhoneticsRepresentationPL data type where the information for the Char is encoded into the data itself. Is easier to implement the rules in the separate file by just specifying the proper and complete list of PhoneticsRepresentationPLX values. While the char function can be used to group PhoneticRepresentationPLX that represents some phenomenae, for the phonetic languages approach the string1 is used in the most cases.

  9. module Aftovolio.General.Parsing

    The additional parsing library functions for the AFTOVolio both old and new variants. Is taken from the Phonetic.Languages.Parsing module from the phonetic-languages-simplified-examples-array package to reduce dependencies in general case.

  10. module Aftovolio.General.PrepareText

    Helps to order the 7 or less phonetic language words (or their concatenations) to obtain (to some extent) suitable for poetry or music text. Earlier it has been a module DobutokO.Poetry.Ukrainian.PrepareText from the dobutokO-poetry package. In particular, this module can be used to prepare the phonetic language text by applying the most needed grammar to avoid misunderstanding for the produced text. The attention is paid to the prepositions, pronouns, conjunctions and particles that are most commonly connected (or not) in a significant way with the next text. Uses the information from: https://uk.wikipedia.org/wiki/%D0%A1%D0%BF%D0%BE%D0%BB%D1%83%D1%87%D0%BD%D0%B8%D0%BA and https://uk.wikipedia.org/wiki/%D0%A7%D0%B0%D1%81%D1%82%D0%BA%D0%B0_(%D0%BC%D0%BE%D0%B2%D0%BE%D0%B7%D0%BD%D0%B0%D0%B2%D1%81%D1%82%D0%B2%D0%BE) Uses arrays instead of vectors. A list of basic (but, probably not complete and needed to be extended as needed) English words (the articles, pronouns, particles, conjunctions etc.) the corresponding phonetic language translations of which are intended to be used as a Concatenations here is written to the file EnglishConcatenated.txt in the source tarball.

Page 1184 of many | Previous | Next