sctype
Description of the phonex sctype supplementary matcher.
The
sctype supplementary matcher queries the syllable constituent type of a
phone. The expression given to the matcher must be a list of syllable constituent types from
the following list, separated by a | (pipe.)LeftAppendixorLOnsetorONucleusorNCodaorCRightAppendixorRAmbisyllabicorAOEHSorESyllableStressorSSyllableBoundaryorBWordBoundaryorWDiphthongorDToneNumberorTUnknownorU
- (minus) to indicate the constituent type is not-allowed. Multiple
constituent types can be chained to match any of them.The sctype matcher also has a shorthand within phonex. A single consitutuent
type may be queried on a phone matcher by specifying one of the single-character codes shown
above prefixed by a :.
Both of these expressions will search for 'b' in the onset
position:
b:sctype("Onset")orb:OSearch for consonants in the left appendix, onset, or OEHS
position:
\c:L:O:ESearch for consonants NOT in coda
position:
\c:-C