ibm-cloud-docs / speech-to-text

speech-to-text
20 stars 37 forks source link

minor: Arabic Modern Standard typo 'Moel' #222

Closed Benno007 closed 2 years ago

Benno007 commented 2 years ago

Hi,

I noticed in the upgrade guide to the next generation models that there's a small typo for Arabic Modern Standard ar-MS_BroadbandMoel should be ar-MS_BroadbandModel. Thanks for the upgrade guide, was useful today!

Screen Shot 2022-03-22 at 5 31 07 pm

patch:

Index: models.md
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/models.md b/models.md
--- a/models.md (revision 354509a57e5a5d066c5d0a7da40a0b6e1412011f)
+++ b/models.md (date 1647934318647)
@@ -80,7 +80,7 @@

 | Language | Model name       | Status | Recommended next-generation model |
 |----------|:----------------:|:------:|:---------------------------------:|
-| Arabic (Modern Standard) | `ar-MS_BroadbandMoel` | GA | `ar-MS_Telephony` |
+| Arabic (Modern Standard) | `ar-MS_BroadbandModel` | GA | `ar-MS_Telephony` |
 | Chinese (Mandarin) | `zh-CN_BroadbandModel` | GA  \n Deprecated | `zh-CN_Telephony` |
 | Dutch (Netherlands) | `nl-NL_BroadbandModel` | GA  \n Deprecated | `nl-NL_Telephony` |
 | English (Australian) | `en-AU_BroadbandModel` | GA  \n Deprecated | `en-AU_Multimedia` |
jeffpk62 commented 2 years ago

@Benno007 Thanks for letting me know! The typo is now corrected. And I'm glad you found the migration topic helpful!!