/* Generate image with: dot -Tsvg 2006-05-30_linguistics_SVC-Functions.dot -o 2006-05-30_linguistics_SVC-Functions.svg */ digraph Boxes { rankdir=LR; node [shape=box,color="white"] Functions; locational; argument; aspectual; degree; Functions->locational; Functions->argument; Functions->aspectual; Functions->degree; go[fontname="Times-Italic"]; come[fontname="Times-Italic"]; surround[fontname="Times-Italic"]; be[fontname="Times-Italic"]; locational->go; locational->come; locational->surround; locational->be; give[fontname="Times-Italic"]; take[fontname="Times-Italic"]; say[fontname="Times-Italic"]; argument->give; argument->take; argument->say; finish[fontname="Times-Italic"]; return[fontname="Times-Italic"]; be[fontname="Times-Italic"]; aspectual->finish; aspectual->return; aspectual->be; pass[fontname="Times-Italic"]; suffice[fontname="Times-Italic"]; degree->pass; degree->suffice; direction_away[label="direction\naway"]; direction_torwards[label="direction\ntorwards"]; around; locative; go->direction_away; come->direction_torwards; surround->around; be->locative; benefactive; give->benefactive; dative; give->dative; instrumental; take->instrumental; comitative; object; take->comitative; take->object; finite_complementizer[label="finite\ncomplementizer"]; say->finite_complementizer; perfective; finish->perfective; iterative; return->iterative; continuative; be->continuative; comparative; pass->comparative; excessive; pass->excessive; enough; suffice->enough; }