Skip to content

Commit de4147a

Browse files
committed
Add character_split_utterances
1 parent c575444 commit de4147a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

g2p_plus/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A G2P library for multiple language
55
"""
66

7-
__version__ = "0.1.2"
7+
__version__ = "0.1.3"
88
__author__ = 'Zebulon Goriely'
99

10-
from .main import transcribe_utterances
10+
from .main import transcribe_utterances, character_split_utterances

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ classifiers = [
1919
license = { file = "LICENSE"}
2020
keywords = ["G2P", "phonology", "phonetics", "linguistics", "phone"]
2121
dependencies = [
22-
"childespy>=1.0.0",
2322
"epitran>=1.25.1",
2423
"phonemizer>=3.2.1",
2524
"pinyin-to-ipa>=0.0.2",

0 commit comments

Comments
 (0)