Skip to content

refactor: drop raw phonemes#82

Merged
JarbasAl merged 1 commit into
devfrom
refactor/drop_raw_phonemizer
Nov 23, 2025
Merged

refactor: drop raw phonemes#82
JarbasAl merged 1 commit into
devfrom
refactor/drop_raw_phonemizer

Conversation

@JarbasAl

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Nov 23, 2025

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@JarbasAl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 2 minutes and 4 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 484e580 and 81e38f1.

📒 Files selected for processing (7)
  • phoonnx/config.py (1 hunks)
  • phoonnx/phonemizers/__init__.py (1 hunks)
  • phoonnx/phonemizers/base.py (0 hunks)
  • phoonnx/voice_index/coqui_community.json (5 hunks)
  • phoonnx/voice_index/phonikud.json (2 hunks)
  • phoonnx/voice_index/transformers_community.json (11 hunks)
  • scripts/index_voices.py (20 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch refactor/drop_raw_phonemizer

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@JarbasAl JarbasAl changed the title documentation: supported voices and languages refactor: drop raw phonemes Nov 23, 2025
@JarbasAl JarbasAl merged commit 7f3eeb9 into dev Nov 23, 2025
5 checks passed
JarbasAl added a commit that referenced this pull request Feb 16, 2026
* refactor!: tokenizer class + deprecate phoneme_ids.py (#70)

* fix: coqui compatibility

refactor!: tokenizer class + deprecate phoneme_ids.py

fix: missing cotovia data files

feat: add new galician models from proxecto nós

* log

* fix

* fix

* Merge pull request #71 from TigreGotico/coderabbitai/docstrings/cb634ab

📝 Add docstrings to `tokenizer`

* adjust

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Increment Version to 1.0.0a1

* Update Changelog

* feat: community piper voices + pygoruut support (#73)

* feat: community piper voices + pygoruut support

update model manager voice index

Total voices: 284
Total langs: 67

* fix neurlang voice-id

* reorder funcs for readability

* 📝 Add docstrings to `models_galore` (#74)

Docstrings generation was requested by @JarbasAl.

* #73 (comment)

The following files were modified:

* `phoonnx/model_manager.py`
* `phoonnx/util.py`

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Increment Version to 1.1.0a1

* Update Changelog

* feat: more piper english community voices (#76)

Total voices: 314

* Increment Version to 1.2.0a1

* Update Changelog

* feat: transformers support (#78)

feat: MMS voices

refactor: move index to static .json files

* Increment Version to 1.3.0a1

* Update Changelog

* documentation: supported voices and languages (#80)

* documentation: supported voices and languages

* documentation: supported voices and languages

* documentation: supported voices and languages

* Increment Version to 1.3.0a2

* Update Changelog

* documentation: supported voices and languages (#82)

* Increment Version to 1.3.0a3

* Update Changelog

* fix: failing MMS models indexing (#84)

* Increment Version to 1.3.0a4

* Update Changelog

* fix: improve lang code standardization (#86)

* fix: improve lang code standardization

* siimplify error handling

* Increment Version to 1.3.1a1

* Update Changelog

* Add renovate.json (#89)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Increment Version to 1.3.1a2

* Update Changelog

* fix: mantoq2ipa + improve lang code normalization (#90)

* fix: improve lang code standardization

* siimplify error handling

* fix: better arabic ipa g2p

* fix tests

* rrm unused arg

* Increment Version to 1.3.2a1

* chore(deps): update actions/checkout action to v6 (#92)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Increment Version to 1.3.2a2

* chore(deps): update actions/setup-python action to v6 (#96)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Increment Version to 1.3.2a3

* Update Changelog

* add more voices (#99)

* Increment Version to 1.3.2a4

* Update Changelog

* 📝 Add docstrings to `patch-2` (#102)

Docstrings generation was requested by @JarbasAl.

* #101 (comment)

The following files were modified:

* `phoonnx/model_manager.py`

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Increment Version to 1.3.2a5

* Update Changelog

* Add files via upload

* fix: dont chunk on commas, update voice index (#104)

* fix: dont chunk on commas, update voice index

* fix: dont chunk on commas, update voice index

* 📝 Add docstrings to `fixes` (#105)

Docstrings generation was requested by @JarbasAl.

* #104 (comment)

The following files were modified:

* `phoonnx/model_manager.py`
* `phoonnx/opm.py`
* `phoonnx/phonemizers/base.py`
* `phoonnx_train/vits/dataset.py`
* `phoonnx_train/vits/lightning.py`
* `scripts/index_voices.py`

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: dont chunk on commas, update voice index

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Increment Version to 1.3.3a1

* Update Changelog

* fix: lazy load VoiceConfig (#107)

delay network requests until needed

📝 Add docstrings to `fixes` (#108)

Docstrings generation was requested by @JarbasAl.

* #107 (comment)

The following files were modified:

* `phoonnx/model_manager.py`

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Increment Version to 1.3.3a2

* Update Changelog

---------

Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant