Skip to content

Commit

Permalink
Update crates/voicevox_core/src/text_analyzer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ryo Yamashita <[email protected]>
  • Loading branch information
eyr1n and qryxip authored Feb 7, 2024
1 parent 38551f8 commit a37b05f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/voicevox_core/src/text_analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ pub trait TextAnalyzer {
#[derive(Clone)]
pub struct KanaAnalyzer;

impl KanaAnalyzer {
pub fn new() -> Self {
Self {}
}
}

impl TextAnalyzer for KanaAnalyzer {
fn analyze(&self, text: &str) -> Result<Vec<AccentPhraseModel>> {
if text.is_empty() {
Expand Down

0 comments on commit a37b05f

Please sign in to comment.