Skip to content

Commit 0e00bb0

Browse files
committed
Update AbbreviationNormalizationRule.cs
1 parent afcd161 commit 0e00bb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TTSTextNormalization/Rules/AbbreviationNormalizationRule.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public sealed partial class AbbreviationNormalizationRule : ITextNormalizationRu
5555
{ "irl", "in real life" },
5656
{ "rn", "right now" },
5757
{ "fr", "for real" },
58+
{ "cmon", "come on" },
5859
// Gaming/Streaming Specific
5960
{ "gg", "good game" },
6061
{ "ggwp", "good game well played" },
@@ -71,6 +72,8 @@ public sealed partial class AbbreviationNormalizationRule : ITextNormalizationRu
7172
{ "ig", "in game" },
7273
// YouTube Specific
7374
{ "yt", "youtube" },
75+
// PokeTuber Specific
76+
{ "twf", "then we fight" },
7477
// Technical/Setup
7578
{ "os", "o s" },
7679
{ "cpu", "c p u" },

0 commit comments

Comments
 (0)