This commit is contained in:
tuna2134
2024-10-08 09:48:04 +00:00
parent 5de9514546
commit 4744f02792
2 changed files with 3 additions and 0 deletions

View File

@@ -14,3 +14,6 @@ pub mod tokenizer;
pub mod tts; pub mod tts;
pub mod tts_util; pub mod tts_util;
pub mod utils; pub mod utils;
#[cfg(feature = "mecab")]
pub mod mecab;

0
sbv2_core/src/mecab.rs Normal file
View File