Basic Phone Matching

Characters Matchers

Query for consonants using the base glyph.

Examples:

PhonexMeaning
bAny consonant with 'b' as the base glyph
dAny consonant with 'd' as the base glyph

Feature Set Matchers

Query using feature names. Features names are placed between braces (i.e., '{', "}').

Examples:

PhonexMeaning
{consonant}Any consonant
{fricative}Any fricative

Multiple feature name may be provided, separated by commas. If a paticular feature is to be excluded from the query it should be prefixed by a minus sign.

Examples:

PhonexMeaning
{fricative, voiced}Voiced fricatives
{consonant, -stop}All consonants which are not stops

Many feature names also have shorthand equivalents. A listing of all feature names supported by phone along with their synomyms can be found here.

Examples:

| Phonex | Meaning | |--|--| | {c} | Any consonant | | {fri} | Any fricative |