--- license: other license_name: infopedia-derived license_link: https://www.infopedia.pt/ language: - pt tags: - portuguese - european-portuguese - pronunciation - ipa - phonetics - g2p - lexicon - pronunciation-dictionary - infopedia pretty_name: European Portuguese IPA Lexicon (Infopédia) size_categories: - 100K **Complete crawl.** Derived from a graph crawl of Infopédia that ran to > convergence (frontier → 0), covering the dictionary's reachable component. ## Contents | Field | Count | |-------|-------| | Entries (words with IPA) | **102,685** | | Entries with >1 distinct pronunciation | 62 | | Entries with syllabification | most | ## Record schema ```json {"word": "casa", "ipa": "ˈkazɐ", "pronunciations": ["ˈkazɐ"], "syllabification": "ca.sa"} ``` | Field | Type | Description | |-------|------|-------------| | `word` | `string` | Written headword. | | `ipa` | `string` | Primary IPA transcription. | | `pronunciations` | `list[string]` | All distinct IPA forms found for the word. | | `syllabification` | `string` | Dot-separated syllables (present when Infopédia lists it). | ```python from datasets import load_dataset ds = load_dataset("TigreGotico/infopedia-pt-ipa") ``` ## Provenance & license Pronunciations are derived from Infopédia (Porto Editora) and shared for research on European-Portuguese pronunciation and G2P. Respect Infopédia's terms when using this data; see the license link above. ## Related datasets - [`TigreGotico/infopedia-pt-heterophones`](https://huggingface.co/datasets/TigreGotico/infopedia-pt-heterophones) — curated heterophonic-homograph subset. - [`TigreGotico/bifonia-pt-homographs-gold`](https://huggingface.co/datasets/TigreGotico/bifonia-pt-homographs-gold) — gold benchmark for the bifonia heterophone disambiguator.