You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In python version, tone_sandhi is used to adjust Chinese character's segmentations and tones. This issue is to address the inaccuracies in tones in the original Python version. We can both resolve it directly in our C++ version or submit PRs to the original repo.
"地" as noun
e.g. "大地" in “温暖的太阳照耀着大地”
related code snippet (in _neural_sandhi)
In python version, tone_sandhi is used to adjust Chinese character's segmentations and tones. This issue is to address the inaccuracies in tones in the original Python version. We can both resolve it directly in our C++ version or submit PRs to the original repo.
e.g. "大地" in “温暖的太阳照耀着大地”
related code snippet (in
_neural_sandhi
)Possible Change:
The text was updated successfully, but these errors were encountered: