Phonologic transcription of Spanish
Project description
Fonemas
A Python phonologic transcription library for Spanish
fonemas is a Python library of methods and functions for phonologic transcription of Spanish words.
This library is part of the research project Sound and Meaning in Spanish Golden Age Literature. Automatic verse scansion required identifying phonologic features that can be used using this library.
Installation
pip3 install fonemas
Use
The library provides the function transcribe(). The function takes a Spanish word as a single string. It returns a strings list containing syllables in IPA notation.
>>> from fonemas import transcribe
>>> transcribe('Averigüéis')
['a', 'be', 'ɾi', "'gwejs"]
Description
The transcription is done according to the Spanish phonology and phonotactics described by Quilis (2019).
Contributions
Feel free to contribute using the GitHub Issue Tracker for feedback, suggestions, or bug reports.
Licence
This project is under GNU LGPL 2.1. See LICENCE for details.
References
Quilis, Antonio, Tratado de fonología y fonética españolas. Madrid, Gredos, 2019.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.