Skip to content

Commit

Permalink
Use "<space>" with English
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Dec 19, 2024
1 parent 22b52dd commit c50d300
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Mirivoice.Mirivoice.Plugins.Builtin.Phonemizers
public class EnglishUSPhonemizer : BasePhonemizer
{
public override BaseIPAConverter IPAConverter { get; set; } = new EnglishUSIPAConverter();
public override bool UseWordDivider { get; set; } = false;
public override bool UseWordDivider { get; set; } = true;

protected override string[] SplitToWords(string sentence)
{
Expand Down

0 comments on commit c50d300

Please sign in to comment.