| Feature name | Values | Comments |
| LIP-LOC | 0=PRO, 1=LAB, 2=DEN | Corresponds (roughly) to the horizontal displacement of the lips. LAB (labial) is the default position of the lips; PRO (protruded) refers to rounded sounds such as [w]; DEN (dental) refers to labio-dental sounds such as [f]. Note that this definition does not allow us to represent rounded labio-dentals. |
| LIP-OPEN | 0=CLO, 1=CRIT, 2=NAR, 3=WID | The degree of opening of the lips. CLO (closed) is used for labial closures; CRI (critical) is used for fricatives; NAR (narrow) for [w] or [uw]; and "wide" for all other sounds. |
| TT-LOC | 0=DEN, 1=ALV, 2=P-A, 3=RET | The location along the upper surface of the vocal tract to which the tongue tip is closest. DEN (dental) refers to the [th/dh] configuration; ALV=alveolar ([t/d], [n], [s,z], many vowels); P-A=palato-alveolar ([sh/zh], some vowels and non-coronal consonants; RET=retroflex ([r], [er]). |
| TT-OPEN | 0=CLO, 1=CRIT, 2=NAR, 3=M-N, 4=MID, 5=WIDE | Degree of opening of the tongue tip, relative to the location indicated by TT-LOC. CLO (closed) refers to full closures; CRI (critical) to fricatives; NAR (narrow) to glides; M-N (mid-narrow) to vowels with a narrow constriction; and so on. |
| TB-LOC | 0=PAL, 1=VEL, 2=UVU, 3=PHAR | The location along the upper surface of the vocal tract to which the main "hump" of the tongue body is closest. UVU (uvular) is considered to be the default position when no particular constriction is being made with the tongue body. This set of values cannot accurately represent "fronted" velars such as the /k/ in "key" since they would fall in between "velar" and "palatal". |
| TB-OPEN | 0=CLO, 1=CRIT, 2=NAR, 3=M-N, 4=MID, 5=WIDE | The degree of opening of the tongue body, relative to the location indicated by TB-LOC. The interpretation of the values is analogous to TT-OPEN. |
| VEL | 0=CLO, 1=OPEN | Indicates whether or not the velum is open, i.e. is allowing air to flow to the nasal cavities. CLO (closed) is non-nasal; OPEN is nasal. |
| GLOT | 0=CLO, 1=CRIT, 2=WIDE | The degree of opening of the glottis. CLO (closed) is used for glottal or glottalized stops; CRIT (critical) for voiced sounds; and WIDE for voiceless sounds. |
| Feature name | Values | Comments |
| L | 0=P-N, 1=P-W, 2=L-CL, 3=L-CR, 4=L-W, 5=D-CR | Combination of LIP-LOC and LIP-OPEN. Values are concatenated abbreviations of those two features' values; e.g. L=D-CR is equivalent to LIP-LOC=DEN, LIP-OPEN=CRIT. |
| T | 0=D-CR-U-M, 1=A-CL-U-N, 2=A-CL-U-M, 3=A-CR-U-M, 4=A-N-U-M, 5=A-MN-PA-N, 6=A-MN-PA-MN, 7=A-M-PA-M, 8=A-M-U-M, 9=A-W-V-M, 10=P-CR-PA-MN, 11=P-M-U-MN, 12=P-W-V-CL, 13=P-W-V-CR, 14=P-W-V-N, 15=P-W-U-N, 16=P-W-U-MN, 17=P-W-PH-MN, 18=R-N-U-M | Combination of TT-LOC, TT-OPEN, TB-LOC, TB-OPEN. Values are concatenated abbreviations of those four feature values, respectively. |
| G | 0=C-VO, 1=C-VL, 2=O-VO | Combination of GLOT and VEL. |
| Feature name | Values | Comments |
| place | LAB, LAB-DEN, ALV, POST-ALV, VEL, DEN, GLO, RHO, FRT, CEN, BK, SIL | The first 7 refer to consonantal sounds; the next 4 to vocalic; and SIL to silence. GLOttal place refers to [hh]; RHOtic is as in [r], [er], [axr]; FRonT, CENtral, and BacK refers to front/central/back vowels. |
| manner | VOC, NAS, ST, FR, FL, SIL | |
| voicing | +, -, SIL? | Not sure if there is a SIL value for this feat and a couple more below (KL) |
| static | +, -, SIL? | - (dynamic) refers to stops, affricates, syllabic nasals, flaps (but not nasal flaps?), glides, liquids, and diphthongs |
| lip-rounding | +, -, SIL? | Pertinent to vocalic segments & glides |
| vocalic tongue height | HI, MID, LO, SIL? | |
| tense | +, -, SIL? | Also referred to as intrinsic vocalic duration |
| Feature name | Value | Expression in terms of feature set 1 | Comments |
| place | LAB | ((LL = LAB) OR (LL = PRO)) AND (LO < NAR) | Closed or critical constriction at the lips |
| LAB-DEN | (LL = LAB-DEN) AND (LO < NAR) | |
| ALV | (TTL = ALV) AND (TTO < NAR) | |
| POST-ALV | (TTL = P-A) AND (TTO < NAR) | |
| VEL | (TBL = VEL) AND (TBO < NAR) | |
| DEN | (TTL = DEN) AND (TTO < NAR) | |
| GLO | (LO > NAR) AND (TTO > NAR) AND (TBO > NAR) AND (GLO = WI) | No constriction anywhere, and no voicing |
| RHO | (TTL = RET) AND (TTO <= NAR) </td> | |
| FRT | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND ((TTL = ALV) OR (TTL = P-A)) AND ((TBL = PAL) OR (TBL = VEL)) | No more than a narrow constriction anywhere, and tongue in a forward position |
| CEN | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND ((TTL = ALV) OR (TTL = P-A)) AND ((TBL = VEL) OR (TBL = UVU) OR (TBL = PHA)) | Will have to work on this (slight overlap with FRT) |
| BK | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND (TTL = P-A) AND ((TBL = UVU) OR (TBL = PHA)) | Also needs tweaking |
| SIL | No mapping | |
| manner | VOC | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND ((GLO = CL) OR (CLO = CR)) | No major constriction, and voicing is on |
| NAS | (VEL = OP) AND ((LO = CL) OR (TTO = CL) OR (TBO = CL)) | A nasal has both an open velum and a closure somewhere. Nasalized vowels are not considered nasals. |
| ST | (LO = CL) OR (TTO = CL) OR (TBO = CL) AND (VEL = CL) | Full closure somewhere, and not nasal (this assumes that "stop" refers only to the closure part) |
| FR | (LO = CR) OR (TTO = CR) OR (TBO = CR) | Critical closure somewhere |
| FL | (TTO = NAR) | This only works because flaps are defined to have a narrow tongue tip closure in feature set 1; not very convincing... |
| SIL | ??? | |
| voicing | + | (GLO = CL) OR (GLO = CR) | Glottal stop considered voiced here |
| - | GLO = WI | |
| static | + | No mapping for this feature | |
| - | | |
| lip-rounding | + | LL = PRO | |
| - | (LL = LAB) OR (LL = L-D) | |
| voc. tongue ht. | HI | (LO >= NAR) AND (TTO >= NAR) AND (TBO = M-N) | No more than a narrow constriction anywhere, and tongue body in a high position |
| MID | (LO >= NAR) AND (TTO >= NAR) AND (TBO = MID) | |
| LO | (LO >= NAR) AND (TTO >= NAR) AND (TBO = WI) | |
| tense | + | No obvious mapping for this feature | |
| - | | |
| Feature name | Values | Comments |
| place | LAB, LAB-DEN, ALV, POST-ALV, VEL, DEN, GLO, RHO, FRT, CEN, BK, SIL | Same as in FS3. |
| manner | VOW, GLI, LAT, FL, FR, CLO, SIL | VOW replaces VOC and refers only to vowels; GLI refers to glides (included so as to be able to represent labial/velar glides); LAT is for laterals (didn't see how to distinguish them from some vowels without a dedicated feature value); CLO refers to the closure portion of a stop; FR refers to both fricatives and stop bursts. Nasality is now its own feature and can apply to most manners (the value NAS in FS3 is now manner=CLO, nasality=+). |
| nasality | +, - | Silence is considered to be - nasal. |
| voicing | +, - | Silence is considered to have - voicing. |
| lip-rounding | +, - | Applicable to any sound. Silence is - round. |
| vocalic tongue height | HI, MID, LO, SIL | |
| Feature name | Value | Expression in terms of feature set 1 |
| place | LAB | ((LL = LAB) OR (LL = PRO)) AND (LO < NAR) |
| LAB-DEN | (LL = LAB-DEN) AND (LO < NAR) |
| ALV | (TTL = ALV) AND (TTO < NAR) |
| PST-ALV | (TTL = P-A) AND (TTO < NAR) |
| VEL | (TBL = VEL) AND (TBO < NAR) |
| DEN | (TTL = DEN) AND (TTO < NAR) |
| GLO | (LO > NAR) AND (TTO > NAR) AND (TBO > NAR) AND (GLO = WI) |
| RHO | (TTL = RET) AND (TTO <= NAR) </td> |
| FRT | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND ((TTL = ALV) OR (TTL = P-A)) AND ((TBL = PAL) OR (TBL = VEL)) |
| CEN | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND (((TTL = ALV) AND ((TBL = VEL) OR (TBL = UVU) OR (TBL = PHA))) OR ((TTL = P-A) AND (TBL = VEL))) |
| BK | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND (TTL = P-A) AND ((TBL = UVU) OR (TBL = PHA)) |
| SIL | PHN = "h#" |
| manner | GLI | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND ((GLO = CL) OR (GLO = CR)) AND ((TTO = NAR) OR (TBO = NAR)) |
| LAT | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND ((GLO = CL) OR (GLO = CR)) AND ((TTL = RET) OR (TTO = CL)) |
| VOW | (LO >= NAR) AND (TTO >= NAR) AND (TBO >= NAR) AND ((GLO = CL) OR (GLO = CR)) |
| CLO | (LO = CL) OR (TTO = CL) OR (TBO = CL) |
| FR | (LO = CR) OR (TTO = CR) OR (TBO = CR) |
| FL | (TTO = NAR) |
| SIL | PHN = "h#" |
| nasality | + | VEL = OP |
| - | VEL = CL |
| voicing | + | (GLO = CL) OR (GLO = CR) |
| - | GLO = WI |
| lip_rounding | + | LL = PRO |
| - | (LL = LAB) OR (LL = L-D) |
| voc_tongue_ht | HI | (LO >= NAR) AND (TTO >= NAR) AND (TBO = M-N) |
| MID | (LO >= NAR) AND (TTO >= NAR) AND (TBO = MID) |
| LO | (LO >= NAR) AND (TTO >= NAR) AND (TBO = WI) |
| NA | (LO < NAR) OR (TTO < NAR) OR (TBO < M-N) |
| SIL | PHN = "h#" |