.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/publish.yml
childes_processor/__init__.py
childes_processor/main.py
childes_processor.egg-info/PKG-INFO
childes_processor.egg-info/SOURCES.txt
childes_processor.egg-info/dependency_links.txt
childes_processor.egg-info/entry_points.txt
childes_processor.egg-info/requires.txt
childes_processor.egg-info/top_level.txt
childes_processor/src/__init__.py
childes_processor/src/default_g2p_config.json
childes_processor/src/dicts.py
childes_processor/src/downloader.py
childes_processor/src/processor.py
notebooks/datasets.ipynb
notebooks/phonbank.ipynb
notebooks/phoneme_sets.ipynb
notebooks/phonemes.ipynb
notebooks/tables.ipynb
notebooks/train_tokenizer.ipynb
scripts/create_ipa_childes.py