You need to agree to share your contact information to access this dataset
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
This dataset is derived from the CELEX Lexical Database of English (LDC96L14), distributed under a restricted license by the Linguistic Data Consortium (LDC). See the CELEX license and documentation: https://catalog.ldc.upenn.edu/docs/LDC96L14/celex.readme.html
Access is granted only to users who already hold a valid CELEX / LDC license for LDC96L14. By requesting access you affirm the statements below. Requests are reviewed manually.
Log in or Sign Up to review the conditions and access this dataset content.
CELEX English Phoneme Sample (gated)
A small sample derived from the CELEX Lexical Database of English
(LDC96L14),
used by the phoneme-entropy
library for phoneme-level entropy and informativity analysis.
Gated / restricted. CELEX is licensed by the Linguistic Data Consortium. This mirror is permissions-only: access is granted manually to users who already hold a valid CELEX/LDC license for LDC96L14.
Contents
A single CSV, celex_en_sample.csv, with columns:
| Column | Description |
|---|---|
Word |
Word transcribed as space-separated phonemes (DISC/CELEX phoneme symbols). |
Frequency |
CELEX corpus frequency of the word. |
Usage
from phoneme_entropy.data import load_hf_dataset
ds = load_hf_dataset("suchirsalhan/celex-en-phoneme-sample", split="train", token="hf_...")
You must be logged in (huggingface-cli login) or pass a token, and your
access request must have been approved.
License & citation
Derived from CELEX (LDC96L14), © Linguistic Data Consortium — see the CELEX license. Please cite:
Baayen, R. H., Piepenbrock, R., & Gulikers, L. (1995). The CELEX Lexical Database (CD-ROM). Linguistic Data Consortium, University of Pennsylvania.
- Downloads last month
- 16