Hello!
I am trying to search for annotations that start with a lowercase letter/character (specifically, a-z in lower case and some other latin extended characters used in the language in question: ɛ, ɲ, ŋ, ɔ.
I have tried using the regular expression ^[a-zɛɲŋɔ], but to no avail in my ELAN project.
Does anyone know of a good way to search for and find annotations that start with lowercase letters/characters within ELAN?
My goals is to quickly identify sequences like the following and then merge the annotations:
ANNOTATION 1:
Can you tell usANNOTATION 2:
something about that?
Thank you for your help in advance!
