Browse Source

docs: Use 'subtag' instead of 'tag' to correctly refer to BCP47 variant and private use names.

master
Reece H. Dunn 7 years ago
parent
commit
e5ebf76722
4 changed files with 8 additions and 8 deletions
  1. 2
    2
      docs/phonemes.md
  2. 2
    2
      docs/phonemes/cxs.md
  3. 2
    2
      docs/phonemes/kirshenbaum.md
  4. 2
    2
      docs/phonemes/xsampa.md

+ 2
- 2
docs/phonemes.md View File

@@ -61,7 +61,7 @@ transcriptions are consistent.

## Phoneme Transcription Schemes

| BCP47 Tag | Abbreviation | Transcription Scheme | Encoding |
| BCP47 Subtag | Abbreviation | Transcription Scheme | Encoding |
|-----------------------------------------|--------------|------------------------------------------------------|----------|
| `fonipa` | IPA | International Phonetic Alphabet | Unicode |
| [`fonxsamp`](phonemes/xsampa.md) | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
@@ -71,7 +71,7 @@ transcriptions are consistent.

1. `foncxs`, `fonkirsh`, and `fonzsamp` 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 tag names.
file, so have the `x-` private use specifier before their subtag names.

## Consonants


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

@@ -51,7 +51,7 @@ articulations, and diphthongs such as `ts` and consonant clusters such as

## Phoneme Transcription Schemes

| BCP47 Tag | Abbreviation | Transcription Scheme | Encoding |
| BCP47 Subtag | Abbreviation | Transcription Scheme | Encoding |
|--------------------------------|--------------|------------------------------------------------------|----------|
| [`fonipa`](../phonemes.md) | IPA | International Phonetic Alphabet | Unicode |
| [`fonxsamp`](xsampa.md) | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
@@ -61,7 +61,7 @@ articulations, and diphthongs such as `ts` and consonant clusters such as

1. `foncxs`, `fonkirsh`, and `fonzsamp` 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 tag names.
file, so have the `x-` private use specifier before their subtag names.

## Consonants


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

@@ -35,7 +35,7 @@ and `>` characters after the base phoneme (`p<dnt>`).

## Phoneme Transcription Schemes

| BCP47 Tag | Abbreviation | Transcription Scheme | Encoding |
| BCP47 Subtag | Abbreviation | Transcription Scheme | Encoding |
|----------------------------|--------------|------------------------------------------------------|----------|
| [`fonipa`](../phonemes.md) | IPA | International Phonetic Alphabet | Unicode |
| [`fonxsamp`](xsampa.md) | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
@@ -45,7 +45,7 @@ and `>` characters after the base phoneme (`p<dnt>`).

1. `foncxs`, `fonkirsh`, and `fonzsamp` 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 tag names.
file, so have the `x-` private use specifier before their subtag names.

## Consonants


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

@@ -48,7 +48,7 @@ consonant clusters such as `t-s`.

## Phoneme Transcription Schemes

| BCP47 Tag | Abbreviation | Transcription Scheme | Encoding |
| BCP47 Subtag | Abbreviation | Transcription Scheme | Encoding |
|--------------------------------|--------------|------------------------------------------------------|----------|
| [`fonipa`](../phonemes.md) | IPA | International Phonetic Alphabet | Unicode |
| `fonxsamp` | X-SAMPA | Extended Speech Assessment Methods Phonetic Alphabet | ASCII |
@@ -58,7 +58,7 @@ consonant clusters such as `t-s`.

1. `foncxs`, `fonkirsh`, and `fonzsamp` 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 tag names.
file, so have the `x-` private use specifier before their subtag names.

## Consonants


Loading…
Cancel
Save