项目作者: buonuomo

项目描述 :
A Haskell library for interfacing with the CMU Pronouncing Dictionary
高级语言: Haskell
项目地址: git://github.com/buonuomo/Text.Pronounce.git
创建时间: 2018-03-18T00:47:50Z
项目社区:https://github.com/buonuomo/Text.Pronounce

开源协议:Other

下载


Text.Pronounce

A pronunciation and rhyming library that uses the CMU Pronouncing
Dictionary

This package is a basic interface for the Carnegie Mellon University Pronouncing Dictionary, based off of
Allison Parrish’s Python API, pronouncing.

Installation

In general, a cabal sandbox is the safest and easiest way to install most
Haskell packages, so I recommend running

  1. cabal sandbox init
  2. cabal update
  3. 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

For basic descriptions of the package’s exports, the Haddockumentation
can also be found on Hackage