Browse Source

docs/phonemes.md: restructure the syllabicity features.

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

+ 8
- 0
docs/phoneme_model.md View File

@@ -11,6 +11,7 @@
- [Vowel Backness](#vowel-backness)
- [Rounding and Labialization](#rounding-and-labialization)
- [Vowel Rounding](#vowel-rounding)
- [Syllabicity](#syllabicity)
- [References](#references)

----------
@@ -223,6 +224,13 @@ The degree of rounding/labialization is specified using the following features:
| unrounded | `unr` | `unr` |
| rounded | `rnd` | `ptr` if `bck` or `cnt`; `cmp` if `fnt`. |

## Syllabicity

| Feature | Name |
|---------|--------------|
| `syl` | syllabic |
| `nsy` | non-syllabic |

## References

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

+ 3
- 3
docs/phonemes.md View File

@@ -15,8 +15,8 @@
- [Air Flow](#air-flow)
- [Phonation](#phonation)
- [Rounding and Labialization](#rounding-and-labialization)
- [Features](#features)
- [Syllabicity](#syllabicity)
- [Features](#features)
- [Consonant Release](#consonant-release)
- [Fortis and Lenis](#fortis-and-lenis)
- [Co-articulation](#co-articulation-1)
@@ -603,8 +603,6 @@ features:
| `mrd` | ◌̹ | more rounded |
| `lrd` | ◌̜ | less rounded |

## Features

### Syllabicity

| Feature | Symbol | Name |
@@ -612,6 +610,8 @@ features:
| `syl` | ◌̩ | syllabic |
| `nsy` | ◌̯ | non-syllabic |

## Features

### Consonant Release

| Feature | Symbol | Name |

Loading…
Cancel
Save