forked from r9y9/pyopenjtalk
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Workaround the installation issue r9y9#27 Not sure about the exact root cause, but the error messages suggested that there's issues with setuptools/pip. I can confirm we can fix the issue by changing the build-time setuptools requirement to <v60.0. At least v59.8.0 should work. https://github.com/pypa/setuptools/releases/tag/v59.8.0 * parepare for v0.1.6 * Start a new dev cycle * Update hts_engine_API * Update open_jtalk https://github.com/r9y9/open_jtalk/releases/tag/v1.11.2 * Update version to v0.2.0 * [ci skip] update changelog * Start new dev cycle * Fixees for Python 3.10 * bump version for dev * Add a workaround for Numpy's ABI issue * add codes * update tests * add test for frontend * add run_marine option to tts() * update the README for run_marin_option * update error message for importing marine * fix for lint * add marine's license * update readme * add new API in docs/pyopenjtalk.rst * add chage log * fix typo * Update pyopenjtalk/__init__.py Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> * Update pyopenjtalk/__init__.py Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> * Update pyopenjtalk/__init__.py Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> * add link * prep for release --------- Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> Co-authored-by: park.byeongseon <park.byeongseon@linecorp.com> Co-authored-by: bgsn.pk <disloretomail@gmail.com>
- Loading branch information
1 parent
f4ade29
commit 827a3fc
Showing
11 changed files
with
275 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ Misc | |
---- | ||
|
||
.. autofunction:: run_frontend | ||
.. autofunction:: make_label | ||
.. autofunction:: estimate_accent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.