Talk:XI UNL School

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
 
Line 47: Line 47:
  
 
(NB):=(JP)(NB);
 
(NB):=(JP)(NB);
 
(PP):=(PB)(NP);
 
  
 
(NP):=(NP)("and")(NP);
 
(NP):=(NP)("and")(NP);

Latest revision as of 04:13, 14 March 2013

Delete all the punctuation signs (PUT) (%x)(PUT):=(%x);

2) (N,%x)(N,%y):=(N,%x)(BLK)(N,%y);

(%x,J)(%y,N):=(%y)(%x);

4) (N,%x,MCL):=-(MCL);

5. (V,%x):=(VER,%x)

6) (%x,J)(%y,N)(%z,J):=(%x,GEN=%y)(%y)(%z,GEN=%x)

7) (POS=V,%x)(POS=N,%y):=+REL(%x;%y);

8.REL(A,%x;P,%y):=(%x)(%y);


9. rel (x%, V; %y, R):= rel (%y; %x)

REL(%x,v;%y,V;)=REL2(%x)(%y);


DAY EXERCISE Step 1

(NP):=(NB);

(NB):=(N);

(NP):=(DP)(NB);

(DP):=(DB);

(DB):=(D);

(NB):=(N)(PP);

(PP):=(PB);

(PB):=(P)(NP);

(NB):=(JP)(N);

(JP):=(JB);

(JB):=(J);

(NB):=(JP)(NB);

(NP):=(NP)("and")(NP);

(VP):=(NP)(VB);

(VB):=(V);

(VB):=(V)(NP);

(VB):=(V)(JP);

Software