Skip to content

Commit 19360d5

Browse files
Merge pull request #234186 from sally-baolian/patch-111
Update x-sampa.md
2 parents 64efd7e + 30263d6 commit 19360d5

File tree

1 file changed

+2
-0
lines changed
  • articles/cognitive-services/Speech-Service/includes/phonetic-sets/text-to-speech

1 file changed

+2
-0
lines changed

articles/cognitive-services/Speech-Service/includes/phonetic-sets/text-to-speech/x-sampa.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
The table below shows a mapping relationship between X-SAMPA (Extended Speech Assessment Methods Phonetic Alphabet) and IPA alphabets. The X-SAMPA symbols are shown at left, with the corresponding IPA symbols to the right.
22

3+
When using X-SAMPA phone symbols `'` and `"`, it’s important to avoid conflicts with the wrapper symbol. If the X-SAMPA string contains phone `'`, we recommend using phone `_j` instead. If you don’t want to replace the phone `'`, you need to use double quotes `"` as a wrapper. Similarly, if the X-SAMPA string contains phone `"`, then double quotes shouldn't be used as a wrapper, and you must use the single quote `'` as a wrapper. Otherwise, it will cause an error.
4+
35
```txt
46
x-sampa (L) ipa (R)
57
a a

0 commit comments

Comments
 (0)