change sentence

This commit is contained in:
tuna2134
2024-09-10 06:29:57 +00:00
parent 80a9899567
commit 95b78a14d7

View File

@@ -2,7 +2,7 @@ use ndarray::{concatenate, s, Array, Array1, Array2, Axis};
use sbv2_core::{bert, error, jtalk, model, nlp, norm, style, utils};
fn main() -> error::Result<()> {
let text = "こんにちは,世界!";
let text = "隣の客はよくかき食う客だ";
let normalized_text = norm::normalize_text(text);
println!("{}", normalized_text);