
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
.. image:: https://img.shields.io/travis/aparrish/pronouncingpy.svg :target: https://travis-ci.org/aparrish/pronouncingpy
.. image:: https://coveralls.io/repos/github/aparrish/pronouncingpy/badge.svg?branch=master :target: https://coveralls.io/github/aparrish/pronouncingpy?branch=master
.. image:: https://img.shields.io/pypi/v/pronouncing.svg :target: https://pypi.python.org/pypi/pronouncing
Pronouncing is a simple interface for the CMU Pronouncing Dictionary. It's easy to use and has no external dependencies. For example, here's how to find rhymes for a given word::
>>> import pronouncing
>>> pronouncing.rhymes("climbing")
['diming', 'liming', 'priming', 'rhyming', 'timing']
Read the documentation here: https://pronouncing.readthedocs.org.
I made Pronouncing because I wanted to be able to use the CMU Pronouncing Dictionary in my projects (and teach other people how to use it) without having to install the grand behemoth that is NLTK.
Install with pip like so::
pip install pronouncing
You can also download the source code and install manually::
python setup.py install
The Python code in this module is distributed with a BSD license. A full copy of the CMU Pronouncing Dictionary is included in this distribution. Learn more about the CMU Pronouncing Dictionary here: http://www.speech.cs.cmu.edu/cgi-bin/cmudict
This package was originally developed as part of my Spring 2015 research
fellowship at ITP <http://itp.nyu.edu/itp/>
_. Thank you to the program and
its students for their interest and support!
WillPiledriver <https://github.com/WillPiledriver>
_.)FAQs
A simple interface for the CMU pronouncing dictionary
We found that pronouncing demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.