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.)LeftAppendixorLOnsetorONucleusorNCodaorCRightAppendixorRAmbisyllabicorAOEHSorESyllableStressorSSyllableBoundaryorBWordBoundaryorWUnknownorU
- (minus) to indicate the constituent type is not-allowed.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:O