lBasic
unit for searches
lA node: e.g. ‘[pos=‘..’ cat=‘..’ word=‘..’ lemma=‘..’]’
lExamples:
l([cat="VP"]
> #n1:[cat="NP"]) & (#n1 $ [cat="NP"])
l([cat="VP"] > #n1:[cat="NP"]) &
(#n1 $ [cat=“PP"])
l(#v1:[cat="VP"] >
[cat="NP"]) & (#v1 >DTV [cat="PP"])