Skip to content

Conversation

@XueWei
Copy link
Owner

@XueWei XueWei commented Nov 29, 2018

No description provided.

- made tokenizer modular and generic with rules
- keep tone-modifying punctuation (?,\!, etc.)
- Using compiled regex objects
- Using simple funcs for pre-processors and 'tokenizing cases'
- Moved list helper funcs to utils.py
- Pre-Processors and tokenizer are now arguments to gTTS
- Moved text-processing in gTTS out of __init__
…ode, using gtts.tokenizer.symbols.ALL_PUNC as punctuation for utils._ALL_PUNC_OR_SPACE regex
pndurette and others added 28 commits February 3, 2021 21:53
* Removed outdated get_urls() method
* Added issue templates
* Added disclaimer, copyright year bump
* Added GitHub Discussions to issue choice

* Added Discussion link to README.md

* Update conf.py (docs config copyright)

* Removed news cruft
* Create accents.py
* Restore u-strings removed by Black for Py2 tests
* Restore u-strings removed by Black for Py2 tests
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.14 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1.0.14...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Most likely the last one supporting this very old PyTest (kept till Python 2 get ripped out)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2.1.0...v3.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pndurette pndurette deleted the branch XueWei:master October 2, 2022 00:12
@pndurette pndurette deleted the master branch October 2, 2022 00:12
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.