Browse Source

docs: remove the references to Z-SAMPA.

Z-SAMPA is a more complex specification than Kirshenbaum, X-SAMPA,
and CXS. Additionally, it specifies phonemes such as palatal and
velar trills that are not defined by IPA and in the context of the
velar trill is marked as being impossible.

As such, Z-SAMPA will not be supported in eSpeak NG for now. That
may change in the future once support for the other transcription
schemes has been implemented.
master
Reece H. Dunn 7 years ago
parent
commit
cd17e7c935
4 changed files with 4 additions and 8 deletions
  1. 1
    2
      docs/phonemes.md
  2. 1
    2
      docs/phonemes/cxs.md
  3. 1
    2
      docs/phonemes/kirshenbaum.md
  4. 1
    2
      docs/phonemes/xsampa.md

+ 1
- 2
docs/phonemes.md View File

@@ -67,9 +67,8 @@ transcriptions are consistent.
| [`fonxsamp`](phonemes/xsampa.md) | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
| [`x-foncxs`](phonemes/cxs.md) | CXS | Conlang X-SAMPA | ASCII |
| [`x-fonkirsh`](phonemes/kirshenbaum.md) | | Kirshenbaum (ASCII-IPA) | ASCII |
| `x-fonzsamp` | Z-SAMPA | Zompist Bulletin Board (ZBB) SAMPA | ASCII |

1. `foncxs`, `fonkirsh`, and `fonzsamp` are private use extensions defined in
1. `foncxs` and `fonkirsh` are private use extensions defined in
the [bcp47-extensions](https://raw.githubusercontent.com/espeak-ng/bcp47-data/master/bcp47-extensions)
file, so have the `x-` private use specifier before their subtag names.


+ 1
- 2
docs/phonemes/cxs.md View File

@@ -57,9 +57,8 @@ articulations, and diphthongs such as `ts` and consonant clusters such as
| [`fonxsamp`](xsampa.md) | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
| `x-foncxs` | CXS | Conlang X-SAMPA | ASCII |
| [`x-fonkirsh`](kirshenbaum.md) | | Kirshenbaum (ASCII-IPA) | ASCII |
| `x-fonzsamp` | Z-SAMPA | Zompist Bulletin Board (ZBB) SAMPA | ASCII |

1. `foncxs`, `fonkirsh`, and `fonzsamp` are private use extensions defined in
1. `foncxs` and `fonkirsh` are private use extensions defined in
the [bcp47-extensions](https://raw.githubusercontent.com/espeak-ng/bcp47-data/master/bcp47-extensions)
file, so have the `x-` private use specifier before their subtag names.


+ 1
- 2
docs/phonemes/kirshenbaum.md View File

@@ -41,9 +41,8 @@ and `>` characters after the base phoneme (`p<dnt>`).
| [`fonxsamp`](xsampa.md) | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
| [`x-foncxs`](cxs.md) | CXS | Conlang X-SAMPA | ASCII |
| `x-fonkirsh` | | Kirshenbaum (ASCII-IPA) | ASCII |
| `x-fonzsamp` | Z-SAMPA | Zompist Bulletin Board (ZBB) SAMPA | ASCII |

1. `foncxs`, `fonkirsh`, and `fonzsamp` are private use extensions defined in
1. `foncxs` and `fonkirsh` are private use extensions defined in
the [bcp47-extensions](https://raw.githubusercontent.com/espeak-ng/bcp47-data/master/bcp47-extensions)
file, so have the `x-` private use specifier before their subtag names.


+ 1
- 2
docs/phonemes/xsampa.md View File

@@ -54,9 +54,8 @@ consonant clusters such as `t-s`.
| `fonxsamp` | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
| [`x-foncxs`](cxs.md) | CXS | Conlang X-SAMPA | ASCII |
| [`x-fonkirsh`](kirshenbaum.md) | | Kirshenbaum (ASCII-IPA) | ASCII |
| `x-fonzsamp` | Z-SAMPA | Zompist Bulletin Board (ZBB) SAMPA | ASCII |

1. `foncxs`, `fonkirsh`, and `fonzsamp` are private use extensions defined in
1. `foncxs` and `fonkirsh` are private use extensions defined in
the [bcp47-extensions](https://raw.githubusercontent.com/espeak-ng/bcp47-data/master/bcp47-extensions)
file, so have the `x-` private use specifier before their subtag names.


Loading…
Cancel
Save