Examples of search pattern elements

Search patterns can contain literal phones and any of the following elements.

Element

Example

Description

*

[C]/*_*

Represents zero or more phones or diacritics.

+

[V]/+_+

Represents one or more phones or diacritics.

#

[C]/*_#

Represents a space or word boundary.

< >

<MyClassName>

Angle brackets surround class names.

{ }

{[C],[V]}

Braces surround OR groups.

( )

 

{([C][V]),[V]}

 

Parentheses surround items in an OR group that represent two or more phones.

[ ]

 

Square brackets surround the following:

 

[Approximant]

Descriptive feature names.

 

[+high]

Distinctive feature names.

 

[C]

C, representing the class of all consonants.

 

[V]

V, representing the class of all vowels.

 

[◌̥+]

Diacritic placeholders.

 

[[+high][+back]]

AND groups.

Important

Note

The goal of the search pattern in this video is to filter for entries starting with a plosive, followed by a liquid or a nasal, with an optional vowel in between, e.g., bla, bila, bala, kima, kama, kra, kera, kira, kara, etc.

You can also learn other things to do from this video, even if this goal is different from yours.

Related Topics

NOT groups

Search Patterns overview