Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in processing some characters. #39

Closed
erogol opened this issue Feb 17, 2020 · 0 comments
Closed

Bug in processing some characters. #39

erogol opened this issue Feb 17, 2020 · 0 comments

Comments

@erogol
Copy link

erogol commented Feb 17, 2020

The phonemizer 2.1 raises error when I call it the following sentence

'Truly replied, "Yes."'

  File "/home/erogol/miniconda3/lib/python3.7/site-packages/phonemizer-2.1-py3.7.egg/phonemizer/punctuation.py", line 166, in _restore_aux
    [text[0] + m.mark + text[1]] + text[2:], marks[1:], n)
IndexError: list index out of range
mmmaat pushed a commit that referenced this issue Feb 18, 2020
@mmmaat mmmaat closed this as completed Feb 18, 2020
CorentinJ added a commit to resemble-ai/phonemizer that referenced this issue Feb 19, 2020
* fixed bootphon#26

* phonemizer-2.0.1

* phonemizer-2.0.1

* phonemizer-2.0.1

* CI upload to pypi

* fixed bootphon#31

* bugfix in parsing espeak-ng version

* bugfix in parsing espeak-ng version

* update copyright

* WIP

* Allow sampa for espeak

* option to specify an alternative espeak/espeak-ng binary

* deploy only on new tags

* WIP

* Add replacing content

* add PyYaml requirement

* add test and replacement as str

* WIP

* merge PR bootphon#34 from @Rachine

* can specify an alternative festival executable

* bugfix in setup.py

* fixed sampa mapping for French

* corrected ChangeLog

* CI on multiple versions of espeak

* CI on multiple versions of espeak

* minor improvments

* punctuation processing implemented

* release phonemizer-2.1

* updated README

* updated CHANGELOG

* fixing gitlab CI

* fixing gitlab CI

* fixed issue bootphon#39

* pep8

* fixed issue bootphon#40

* fixed a test on espeak>=1.50

Co-authored-by: Mathieu Bernard <mathieu.a.bernard@inria.fr>
Co-authored-by: Rachid Riad <riadrachid3@gmail.com>
ZohaibAhmed pushed a commit to resemble-ai/phonemizer that referenced this issue Feb 17, 2021
* fixed bootphon#26

* phonemizer-2.0.1

* phonemizer-2.0.1

* phonemizer-2.0.1

* CI upload to pypi

* fixed bootphon#31

* bugfix in parsing espeak-ng version

* bugfix in parsing espeak-ng version

* update copyright

* WIP

* Allow sampa for espeak

* option to specify an alternative espeak/espeak-ng binary

* deploy only on new tags

* WIP

* Add replacing content

* add PyYaml requirement

* add test and replacement as str

* WIP

* merge PR bootphon#34 from @Rachine

* can specify an alternative festival executable

* bugfix in setup.py

* fixed sampa mapping for French

* corrected ChangeLog

* CI on multiple versions of espeak

* CI on multiple versions of espeak

* minor improvments

* punctuation processing implemented

* release phonemizer-2.1

* updated README

* updated CHANGELOG

* fixing gitlab CI

* fixing gitlab CI

* fixed issue bootphon#39

* pep8

* fixed issue bootphon#40

* fixed a test on espeak>=1.50

Co-authored-by: Mathieu Bernard <mathieu.a.bernard@inria.fr>
Co-authored-by: Rachid Riad <riadrachid3@gmail.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

No branches or pull requests

2 participants