11.02.2013 Aufrufe

Aspekte der morphologischen Analyse des Deutschen - Universität ...

Aspekte der morphologischen Analyse des Deutschen - Universität ...

Aspekte der morphologischen Analyse des Deutschen - Universität ...

MEHR ANZEIGEN
WENIGER ANZEIGEN

Erfolgreiche ePaper selbst erstellen

Machen Sie aus Ihren PDF Publikationen ein blätterbares Flipbook mit unserer einzigartigen Google optimierten e-Paper Software.

Anhang C: Programmcode<br />

[role(worker,Staff),<br />

role(organisation,Inst)]),<br />

relation(exhibits,<br />

[role(exhibiter,Inst),<br />

role(exhibited,Collection)])<br />

] )) &<br />

purpose_relation(<br />

lend,<br />

[role(len<strong>der</strong>,Staff),role(lended_thing,countable(Book))],<br />

[Book]).<br />

sem("Museum") :=<br />

argstr_refarg(<br />

dotted_type([countable(institution) & Inst & no_subconcepts,<br />

countable(building) & Building & no_subconcepts,<br />

group_of(human) & Staff & no_subconcepts,<br />

group_of(physical_entity & ExhibitedThing) & Collection &<br />

no_subconcepts<br />

],<br />

[relation(contains,[Building,Inst]),<br />

relation(work_for,[Staff,Inst]),<br />

relation(exhibits,[Inst,Collection]) ] )) &<br />

purpose_relation(<br />

exhibits,<br />

[role(exhibiter,Inst), role(exhibited,countable(ExhibitedThing))],<br />

[ExhibitedThing]).<br />

sem("Fabrik") :=<br />

argstr_refarg(<br />

dotted_type([countable(factory) & Building & no_subconcepts,<br />

group_of(human) & Staff & no_subconcepts],<br />

[relation(work_in,<br />

[Who & role(worker,Staff),role(location,Building)])])) &<br />

purpose_relation(<br />

produce,<br />

[Who, role(produced, simple_type(physical_entity) & Produced)],<br />

[Produced] ).<br />

sem("Buch") :=<br />

argstr_refarg(<br />

dotted_type([countable(book) & Book & no_subconcepts,<br />

uncountable(text) & Text & no_subconcepts],<br />

[relation(substratum_for, [Book,Text])] )) &<br />

purpose_relation(<br />

read,<br />

[role(agent,countable(human)), role(theme,Text)],<br />

[]).<br />

sem("Messer") :=<br />

argstr_refarg(countable(knife) & Tool) &<br />

purpose_relation(<br />

cut,<br />

[role(agent,countable(human)),<br />

role(patient,simple_type(physical_entity & physical_state:soft) & What),<br />

role(instrument,Tool)],<br />

[What] ).<br />

235

Hurra! Ihre Datei wurde hochgeladen und ist bereit für die Veröffentlichung.

Erfolgreich gespeichert!

Leider ist etwas schief gelaufen!