From 4744f02792a22a42309b7da6e428a7796831f16d Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Tue, 8 Oct 2024 09:48:04 +0000 Subject: [PATCH] fix --- sbv2_core/src/lib.rs | 3 +++ sbv2_core/src/mecab.rs | 0 2 files changed, 3 insertions(+) create mode 100644 sbv2_core/src/mecab.rs diff --git a/sbv2_core/src/lib.rs b/sbv2_core/src/lib.rs index 9e7eeac..86d505c 100644 --- a/sbv2_core/src/lib.rs +++ b/sbv2_core/src/lib.rs @@ -14,3 +14,6 @@ pub mod tokenizer; pub mod tts; pub mod tts_util; pub mod utils; + +#[cfg(feature = "mecab")] +pub mod mecab; \ No newline at end of file diff --git a/sbv2_core/src/mecab.rs b/sbv2_core/src/mecab.rs new file mode 100644 index 0000000..e69de29