Browse Source

docs/phonemes.md: describe the tones using properties, not features.

master
Reece H. Dunn 8 years ago
parent
commit
4fd6ee70c1
1 changed files with 33 additions and 12 deletions
  1. 33
    12
      docs/phonemes.md

+ 33
- 12
docs/phonemes.md View File

- [Length](#length) - [Length](#length)
- [Rhythm](#rhythm) - [Rhythm](#rhythm)
- [Intonation](#intonation) - [Intonation](#intonation)
- [Tone Stepping](#tone-stepping)
- [Properties](#properties)
- [Tones](#tones) - [Tones](#tones)
- [Tone Stepping](#tone-stepping)
- [References](#references) - [References](#references)


---------- ----------
but extends them to describe the underlying phonetic processes in a way that but extends them to describe the underlying phonetic processes in a way that
is consistent between languages and voices. is consistent between languages and voices.


This document is grouped into two sections. The first section displays the IPA
This document is grouped into three sections. The first section displays the IPA
charts using the feature names instead of their names, showing the IPA phoneme charts using the feature names instead of their names, showing the IPA phoneme
at that position in the chart. This makes it easier to look up the features for at that position in the chart. This makes it easier to look up the features for
a given IPA phoneme. a given IPA phoneme.
IPA<sup>\[<a href="#ref4">4</a>\]</sup> article can be used as a starting point IPA<sup>\[<a href="#ref4">4</a>\]</sup> article can be used as a starting point
into the various phonetic topics contained in this document. into the various phonetic topics contained in this document.


The third section describes the properties (named values) used to describe the
phonemes. These, in addition to the features, should allow all possible phonemes
from any language to be described.

The goal of this document is not to provide a detailed guide on phonetics. The goal of this document is not to provide a detailed guide on phonetics.
Instead, it is designed to be a transcription guide on how to specify phonemes Instead, it is designed to be a transcription guide on how to specify phonemes
in a language or voice so that the narrow transcriptions are consistent between in a language or voice so that the narrow transcriptions are consistent between
| `glr` | ↗ | global rise | | `glr` | ↗ | global rise |
| `glf` | ↘ | global fall | | `glf` | ↘ | global fall |


### Tones

| Tone | Symbol | Start | Middle | End |
|--------------------|--------|-------|--------|-------|
| extra high (top) | ◌˥ | `ts5` | `tm5` | `te5` |
| high | ◌˦ | `ts4` | `tm4` | `te4` |
| mid | ◌˧ | `ts3` | `tm3` | `te3` |
| low | ◌˨ | `ts2` | `tm2` | `te2` |
| extra low (bottom) | ◌˩ | `ts1` | `tm1` | `te1` |

#### Tone Stepping #### Tone Stepping


| Feature | Symbol | Name | | Feature | Symbol | Name |
| `dst` | ꜛ◌ | downstep | | `dst` | ꜛ◌ | downstep |
| `ust` | ꜜ◌ | upstep | | `ust` | ꜜ◌ | upstep |


## Properties

### Tones

Tones are defined using the following 3 properties:

tone_start <value>
tone_middle <value>
tone_end <value>

The `<value>` field for these properties is a number with one of the following
values:

| Tone | Symbol | `<value>` |
|--------------------|--------|-----------|
| extra high (top) | ◌˥ | `5` |
| high | ◌˦ | `4` |
| mid | ◌˧ | `3` |
| low | ◌˨ | `2` |
| extra low (bottom) | ◌˩ | `1` |

A *level* tone can be specified by just using the `tone_start` value. A *raising*
or *falling* tone can be specified using the `tone_start` and `tone_end` values.
A *raising-falling* (*peaking*) or *falling-raising* (*dipping*) tone can be
specified using all three values.

## References ## References


1. <a name="ref1"></a> Kirshenbaum, Evan, 1. <a name="ref1"></a> Kirshenbaum, Evan,

Loading…
Cancel
Save