Browse Source

phoneme features: move the unused features to an 'Unused' section.

master
Reece H. Dunn 8 years ago
parent
commit
d514241800
1 changed files with 11 additions and 2 deletions
  1. 11
    2
      docs/phoneme_features.md

+ 11
- 2
docs/phoneme_features.md View File

@@ -10,6 +10,7 @@
- [Backness](#backness)
- [Rounding](#rounding)
- [Additional Features](#additional-features)
- [Unused](#unused)
- [References](#references)

----------
@@ -61,10 +62,8 @@ This document describes the features used by Kirshenbaum.
| `stp` | `stp` | stop |
| `frc` | `frc` | fricative |
| `nas` | `nas` | nasal |
| `orl` | `orl` | oral |
| `apr` | `apr` | approximant |
| `lat` | `lat` | lateral |
| `ctl` | `ctl` | central |
| `trl` | `trl` | trill |
| `flp` | `flp` | tap/flap |
| `clk` | `clk` | click |
@@ -115,6 +114,16 @@ This document describes the features used by Kirshenbaum.
| `nzd` | `nzd` | nasalized |
| `fzd` | `fzd` | pharyngealized |

## Unused

These are feature abbreviations specified by Evan Kirshenbaum in Appendix A of
his ASCII/IPA transcription, but are not used elsewhere.

| Feature | Kirshenbaum | Name |
|---------|-------------|-----------------|
| | `orl` | oral |
| | `ctl` | central |

## References

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

Loading…
Cancel
Save