Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
.. 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.