Browse Source

docs/phonemes.md: restructure the suprasegmental features.

master
Reece H. Dunn 8 years ago
parent
commit
f7630893bf
2 changed files with 80 additions and 14 deletions
  1. 69
    0
      docs/phoneme_model.md
  2. 11
    14
      docs/phonemes.md

+ 69
- 0
docs/phoneme_model.md View File

- [Consonant Release](#consonant-release) - [Consonant Release](#consonant-release)
- [Tongue Root](#tongue-root) - [Tongue Root](#tongue-root)
- [Fortis and Lenis](#fortis-and-lenis) - [Fortis and Lenis](#fortis-and-lenis)
- [Stress](#stress)
- [Length](#length)
- [Rhythm](#rhythm)
- [Intonation](#intonation)
- [Tone Stepping](#tone-stepping)
- [Tones](#tones)
- [References](#references) - [References](#references)


---------- ----------
| `fts` | fortis | | `fts` | fortis |
| `lns` | lenis | | `lns` | lenis |


## Stress

| Feature | Name |
|---------|------------------|
| `st1` | primary stress |
| `st2` | secondary stress |
| `st3` | extra stress |

## Length

| Feature | Name |
|---------|-----------------|
| `est` | extra short |
| `hlg` | half-long |
| `lng` | long |

## Rhythm

| Feature | Name |
|---------|-------------------|
| `sbr` | syllable break |
| `lnk` | linked (no break) |

## Intonation

| Feature | Name |
|---------|--------------------------|
| `fbr` | minor (foot) break |
| `ibr` | major (intonation) break |
| `glr` | global rise |
| `glf` | global fall |

## Tone Stepping

| Feature | Name |
|---------|-------------|
| `ust` | upstep |
| `dst` | downstep |

## 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 | `<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,

+ 11
- 14
docs/phonemes.md View File

- [Co-articulation](#co-articulation) - [Co-articulation](#co-articulation)
- [Tongue Root](#tongue-root) - [Tongue Root](#tongue-root)
- [Fortis and Lenis](#fortis-and-lenis) - [Fortis and Lenis](#fortis-and-lenis)
- [Suprasegmentals](#suprasegmentals)
- [Stress](#stress)
- [Length](#length)
- [Rhythm](#rhythm)
- [Intonation](#intonation)
- [Suprasegmentals](#suprasegmentals)
- [Stress](#stress)
- [Length](#length)
- [Rhythm](#rhythm)
- [Intonation](#intonation)
- [Tone Stepping](#tone-stepping) - [Tone Stepping](#tone-stepping)
- [Properties](#properties)
- [Tones](#tones) - [Tones](#tones)
- [References](#references) - [References](#references)


the Jawoyn, Ojibwe, and Zurich German languages<sup>\[<a href="#ref8">8</a>\]</sup>), the Jawoyn, Ojibwe, and Zurich German languages<sup>\[<a href="#ref8">8</a>\]</sup>),
the [length](#length) suprasegmentals are used instead. the [length](#length) suprasegmentals are used instead.


### Suprasegmentals
## Suprasegmentals


#### Stress
### Stress


| Feature | Symbol | Name | | Feature | Symbol | Name |
|---------|--------|------------------| |---------|--------|------------------|
| `st2` | ˌ◌ | secondary stress | | `st2` | ˌ◌ | secondary stress |
| `st3` | ˈˈ◌ | extra stress | | `st3` | ˈˈ◌ | extra stress |


#### Length
### Length


| Feature | Symbol | Name | | Feature | Symbol | Name |
|---------|--------|-----------------| |---------|--------|-----------------|
| `hlg` | ◌ˑ | half-long | | `hlg` | ◌ˑ | half-long |
| `lng` | ◌ː | long | | `lng` | ◌ː | long |


#### Rhythm
### Rhythm


| Feature | Symbol | Name | | Feature | Symbol | Name |
|---------|--------|-------------------| |---------|--------|-------------------|
| `sbr` | ◌.◌ | syllable break | | `sbr` | ◌.◌ | syllable break |
| `lnk` | ◌‿◌ | linked (no break) | | `lnk` | ◌‿◌ | linked (no break) |


#### Intonation
### Intonation


| Feature | Symbol | Name | | Feature | Symbol | Name |
|---------|--------|--------------------------| |---------|--------|--------------------------|
| `glr` | ↗ | global rise | | `glr` | ↗ | global rise |
| `glf` | ↘ | global fall | | `glf` | ↘ | global fall |


#### Tone Stepping
### Tone Stepping


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


## Properties

### Tones ### Tones


Tones are defined using the following 3 properties: Tones are defined using the following 3 properties:

Loading…
Cancel
Save