Skip to content

Commit fc7f621

Browse files
committed
More updates
1 parent 677c603 commit fc7f621

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

articles/cognitive-services/Speech-Service/sapi-phoneset-usage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Phone Set Usage - Speech service
2+
title: Phonetic sets - Speech service
33
titleSuffix: Azure Cognitive Services
4-
description: Learn The detailed phone usage doc for SAPI.
4+
description: Learn how to the Speech API (SAPI) phonetic alphabet maps to the International Phonetic Alphabet (IPA), and when to use which.
55
services: cognitive-services
66
author: zhaoyunED
77
manager: junwg
@@ -12,9 +12,9 @@ ms.date: 03/04/2020
1212
ms.author: jiajzhan
1313
---
1414

15-
# Speech Phonetic Sets
15+
# Speech phonetic sets
1616

17-
Microsoft defines a Speech API (SAPI) phonetic alphabet (phone set for short), consisting of seven languages; `en-US`, `fr-FR`, `de-DE`, `es-ES`, `ja-JP`, `zh-CN`, and `zh-TW`. The SAPI phone set is relatively easy to use for a native speaker. For example, `ja-JP` uses kana as phone, `zh-CN` use PinYin as phone set. But sometimes it's not powerful enough, for example SAPI phone set of `fr-FR` couldn't represent french liaison.
17+
Microsoft defines a Speech API (SAPI) phonetic alphabet (phone set for short), consisting of seven languages; `en-US`, `fr-FR`, `de-DE`, `es-ES`, `ja-JP`, `zh-CN`, and `zh-TW`. The SAPI phonetic sets typically map to the <a href="https://en.wikipedia.org/wiki/International_Phonetic_Alphabet" target="_blank">International Phonetic Alphabet (IPA) <span class="docon docon-navigate-external x-hidden-focus"></span></a>. In this article, you'll learn how these phone sets are mapped and when to use which phone set.
1818

1919
# [en-US](#tab/en-US)
2020

@@ -118,7 +118,7 @@ Microsoft defines a Speech API (SAPI) phonetic alphabet (phone set for short), c
118118

119119
### French suprasegmentals
120120

121-
The SAPI phone set puts stress after the vowel of the stressed syllable, however; the `fr-FR` SAPI phone set doesn't support the IPA sub-stress 'ˌ'. If the IPA sub-stress is needed, you should use the IPA directly.
121+
The SAPI phone set puts stress after the vowel of the stressed syllable, however; the `fr-FR` SAPI phone set doesn't support the IPA substress 'ˌ'. If the IPA substress is needed, you should use the IPA directly.
122122

123123
### French vowels
124124

@@ -190,10 +190,10 @@ The SAPI phone set puts stress after the vowel of the stressed syllable, however
190190

191191
| SAPI | IPA | Example 1 | Example 2 | Example 3 |
192192
|------|-----------|---------------------------------------|---------------|------------------------------------|
193-
| a : | `a`ː | **A**ber | Maßst**a**b | Schem**a** |
193+
| a: | `a`ː | **A**ber | Maßst**a**b | Schem**a** |
194194
| a | `a` | **A**bfall | B**a**ch | Agath**a** |
195195
| oh | `ɔ` | **O**sten | Pf**o**sten | |
196-
| eh : | `ɛː` | **Ä**hnlichkeit | B**ä**r | [<sup>1</sup>](#de-v-1)Fasci**ae** |
196+
| eh: | `ɛː` | **Ä**hnlichkeit | B**ä**r | [<sup>1</sup>](#de-v-1)Fasci**ae** |
197197
| eh | `ɛ` | **ä**ndern | Proz**e**nt | Amygdal**ae** |
198198
| ax | `ə` | [<sup>2</sup>](#de-v-2)'v**e**rstauen | Aach**e**n | Frag**e** |
199199
| iy | `` | **I**ran | abb**ie**gt | Relativitätstheor**ie** |
@@ -388,7 +388,7 @@ The SAPI phone set for `ja-JP` is based on the native phone <a href="https://en.
388388
| SAPI | IPA |
389389
|------|----------------|
390390
| `ˈ` | `ˈ` mainstress |
391-
| `+` | `ˌ` sub-stress |
391+
| `+` | `ˌ` substress |
392392

393393
#### Example
394394

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,8 @@
193193
items:
194194
- name: Text-to-speech REST API
195195
href: rest-text-to-speech.md
196-
- name: Phone Set Usage
197-
items:
198-
- name: Speech API (SAPI) Phone Set Usage
199-
href: sapi-phoneset-usage.md
196+
- name: Speech phonetic sets
197+
href: sapi-phoneset-usage.md
200198
- name: Resources
201199
items:
202200
- name: Text-to-speech FAQ

0 commit comments

Comments
 (0)