Exercise1: Difference between revisions
From UNLwiki
Jump to navigationJump to search
imported>Martins No edit summary |
imported>Martins No edit summary |
||
| Line 1: | Line 1: | ||
To create the grammar necessary to | To create the transformation grammar necessary to go from (1) to (2) with [[IAN]], and from (2) to (1) with [[EUGENE]]. | ||
(1) Any sufficiently advanced technology is indistinguishable from magic. | (1) Any sufficiently advanced technology is indistinguishable from magic. | ||
(2) | (2) | ||
| Line 9: | Line 8: | ||
man(advanced, sufficiently) | man(advanced, sufficiently) | ||
src(indistinguishable, magic) | src(indistinguishable, magic) | ||
== Dictionary == | |||
[advanced]{}"advanced"(LEX=J,POS=ADJ)<eng,0,0>; | |||
[any]{}""(LEX=D,POS=QUA,att=@any)<eng,0,0>; | |||
[from]{}""(LEX=P,POS=PRE)<eng,0,0>; | |||
[indistinguishable){}"indistinguishable"(LEX=J,POS=ADJ)<eng,0,0>; | |||
[is]{}""(LEX=V,POS=COP)<eng,0,0>; | |||
[magic]{}"magic"(LEX=N,POS=NOU)<eng,0,0>; | |||
[sufficiently]{}"sufficiently"(LEX=A,POS=AAV)<eng,0,0>; | |||
[technology]{}"technology"(LEX=N,POS=NOU)<eng,0,0>; | |||
Revision as of 17:52, 19 May 2014
To create the transformation grammar necessary to go from (1) to (2) with IAN, and from (2) to (1) with EUGENE.
(1) Any sufficiently advanced technology is indistinguishable from magic.
(2) aoj(indistinguishable, technology.@any) mod(technology.@any, advanced) man(advanced, sufficiently) src(indistinguishable, magic)
Dictionary
[advanced]{}"advanced"(LEX=J,POS=ADJ)<eng,0,0>;
[any]{}""(LEX=D,POS=QUA,att=@any)<eng,0,0>;
[from]{}""(LEX=P,POS=PRE)<eng,0,0>;
[indistinguishable){}"indistinguishable"(LEX=J,POS=ADJ)<eng,0,0>;
[is]{}""(LEX=V,POS=COP)<eng,0,0>;
[magic]{}"magic"(LEX=N,POS=NOU)<eng,0,0>;
[sufficiently]{}"sufficiently"(LEX=A,POS=AAV)<eng,0,0>;
[technology]{}"technology"(LEX=N,POS=NOU)<eng,0,0>;