Rule-based grapheme-to-phoneme converter for Barranquenho
Project description
g2p_barranquenho - Barranquenho Phonemizer
This repository provides a simple, rule-based Grapheme-to-Phoneme (G2P) converter for the Barranquenho language.
Barranquenho is an Ibero-Romance language (often classified as a dialect) spoken in the municipality of Barrancos, Portugal, which shares many features with the nearby Spanish dialects of Extremadura and Andalusia.
The rules implemented in the phonemize function are based on the three official 2025 normative sources listed in the Sources section below.
🚀 Usage
The core functionality is provided by the phonemize function, which takes a word (string) and returns a list of International Phonetic Alphabet (IPA) phonemes.
from g2p_barranquenho import phonemize
for word in [...]:
phonemes = phonemize(word)
print(word, phonemes)
# paraba ['p', 'ɐ', 'ɾ', 'a', 'b', 'ɐ']
# pássaru ['p', 'a', 's', 'ɐ', 'ɾ', 'u']
# biba ['b', 'i', 'b', 'ɐ']
# cahtelu ['k', 'ɐ', 'h', 't', 'e', 'l', 'u']
# boca ['b', 'o', 'k', 'ɐ']
# ambu ['ɐ͂', 'b', 'u']
# cantá ['k', 'ɐ͂', 't', 'a']
# manhán ['m', 'ɐ', 'ɲ', 'ɐ͂']
# que ['k', 'ɨ']
# aquí ['ɐ', 'k', 'i']
Sources
The phoneme rules are derived from the coordinated normative suite produced under the Programa de Preservação e Valorização da Língua e Cultura Barranquenhas:
- Convenção Ortográfica do Barranquenho (June 2025). Câmara Municipal de Barrancos / II Congresso Barranquenho working group. Available at: https://cm-barrancos.pt/upload_files/1/3/Noticias/2025/II%20Congresso%20Barranquenho/Conven%C3%A7%C3%A3o%20Ortogr%C3%A1fica%20do%20Barranquenho%20junho%202025%20final.pdf
- Gramática Básica de Barranquenho (July 2025). Maria Filomena Gonçalves (Universidade de Évora / CIDEHUS-UÉ / FCT / Cátedra UNESCO em Património Imaterial e Saber-Fazer Tradicional), María Victoria Navas (Universidad Complutense de Madrid / CLUL), Victor M. Diogo Correia (Universidade de Évora / CIDEHUS-UÉ / FCT). Universidade de Évora, 1ª edição. ISBN 978-972-778-464-6.
- Dicionário de Barranquenho (2025). Maria Filomena Gonçalves (Universidade de Évora / CIDEHUS-UÉ / FCT / Cátedra UNESCO), María Victoria Navas (Universidad Complutense de Madrid / CLUL), Vera Ferreira (CIDLeS — Centro de Documentação Linguística e Social). Universidade de Évora, 1ª edição. ISBN 978-972-778-460-8.
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.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file g2p_barranquenho-0.1.1a1.tar.gz.
File metadata
- Download URL: g2p_barranquenho-0.1.1a1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac9811302b10c208941746205d1b58364d72697cf5bfb383c91f0e5c0b2ddeae
|
|
| MD5 |
2455a3ce809938943e4f0f058f52f11b
|
|
| BLAKE2b-256 |
3a760b380e06cdf96301af9cf6423dd271bf2f2986090a3a5cad0840596fc79b
|
File details
Details for the file g2p_barranquenho-0.1.1a1-py3-none-any.whl.
File metadata
- Download URL: g2p_barranquenho-0.1.1a1-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e42c1c16413ca5bd1b7878e624fd1b0abb82b3e50dba8dd15daf668b9a1fcef
|
|
| MD5 |
c5d918efbaf96ae9e686eab06b06505e
|
|
| BLAKE2b-256 |
e71b7adbf324da26aea3c96ff7b9b823270fa3dee6b07449bed0456e6e645fbf
|