We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcd161 commit 0e00bb0Copy full SHA for 0e00bb0
TTSTextNormalization/Rules/AbbreviationNormalizationRule.cs
@@ -55,6 +55,7 @@ public sealed partial class AbbreviationNormalizationRule : ITextNormalizationRu
55
{ "irl", "in real life" },
56
{ "rn", "right now" },
57
{ "fr", "for real" },
58
+ { "cmon", "come on" },
59
// Gaming/Streaming Specific
60
{ "gg", "good game" },
61
{ "ggwp", "good game well played" },
@@ -71,6 +72,8 @@ public sealed partial class AbbreviationNormalizationRule : ITextNormalizationRu
71
72
{ "ig", "in game" },
73
// YouTube Specific
74
{ "yt", "youtube" },
75
+ // PokeTuber Specific
76
+ { "twf", "then we fight" },
77
// Technical/Setup
78
{ "os", "o s" },
79
{ "cpu", "c p u" },
0 commit comments