DELIMITERS = "<$.>" ;

LIST ASet = wanted ;
LIST LemmaA = "bĩrd";
LIST LemmaB = "wørd";

SECTION

"<bird>" SELECT LemmaA;

"<wørd>" SELECT LemmaB;
