Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buonuomo/text.pronounce
A Haskell library for interfacing with the CMU Pronouncing Dictionary
https://github.com/buonuomo/text.pronounce
haskell haskell-library pronunciation-dictionary rhyming
Last synced: 3 months ago
JSON representation
A Haskell library for interfacing with the CMU Pronouncing Dictionary
- Host: GitHub
- URL: https://github.com/buonuomo/text.pronounce
- Owner: buonuomo
- License: bsd-3-clause
- Created: 2018-03-18T00:47:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T08:26:26.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:50:24.095Z (4 months ago)
- Topics: haskell, haskell-library, pronunciation-dictionary, rhyming
- Language: Haskell
- Homepage:
- Size: 3.32 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Text.Pronounce
A pronunciation and rhyming library that uses the [CMU Pronouncing
Dictionary](http://www.speech.cs.cmu.edu/cgi-bin/cmudict)This package is a basic interface for the Carnegie Mellon University Pronouncing Dictionary, based off of
[Allison Parrish's Python API](https://github.com/aparrish/pronouncingpy), `pronouncing`.### Installation
In general, a cabal sandbox is the safest and easiest way to install most
Haskell packages, so I recommend running
~~~
cabal sandbox init
cabal update
cabal install pronounce
~~~
in the project directory where you would like to use `Text.Pronounce`.### Documentation
A general overview and information about the package can be found on
[`Text.Pronounce`'s Hackage page](https://hackage.haskell.org/package/pronounce-1.2.0.0)For basic descriptions of the package's exports, the Haddockumentation
can also be found [on Hackage](https://hackage.haskell.org/package/pronounce-1.2.0.0/docs/Text-Pronounce.html)