{"library":"g2p-en","type":"library","category":null,"description":"g2p-en is a Python module designed for converting English graphemes (spelling) to phonemes (pronunciation). It is essential for tasks like speech synthesis. The library uses a combination of dictionary lookups, part-of-speech tagging for homograph disambiguation, and a neural network (using NumPy for inference as of v2.0) for out-of-vocabulary words. The current version is 2.1.0, released in late 2019, and its release cadence appears to be infrequent.","language":"python","status":"maintenance","version":"2.1.0","tags":["g2p","phoneme","grapheme","nlp","speech-synthesis","english","pronunciation","text-to-speech"],"last_verified":"Sat May 23","install":[{"cmd":"pip install g2p-en","imports":["from g2p_en import G2p"]},{"cmd":"python -m nltk.downloader \"averaged_perceptron_tagger\" \"cmudict\"","imports":[]}],"homepage":null,"github":"https://github.com/Kyubyong/g2p","docs":null,"changelog":null,"pypi":"https://pypi.org/project/g2p-en/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":6.6,"avg_import_s":7.19,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/g2p-en/compatibility"}}