Opa
[apertium.git] / apertium-af-nl / apertium-af-nl.nl-af.t1x
blob41506bcd543ff6eefd6d97aeb032f9b6d011dfaf
1 <?xml version="1.0" encoding="UTF-8"?> <!-- -*- nxml -*- -->
3 <transfer default="chunk">
4 <section-def-cats>
5 <def-cat n="conj">
6 <cat-item tags="cnjadv"/>
7 <cat-item tags="cnjcoo"/>
8 <cat-item tags="cnjsub"/>
9 <cat-item tags="cnjcoo.*"/>
10 <cat-item tags="cnjadv.*"/>
11 <cat-item tags="cnjsub.*"/>
12 </def-cat>
13 <def-cat n="rel_prn">
14 <cat-item tags="rel.*"/>
15 </def-cat>
16 <def-cat n="adj">
17 <cat-item tags="adj"/>
18 <cat-item tags="adj.*"/>
19 </def-cat>
20 <def-cat n="nom">
21 <cat-item tags="n.*"/>
22 <cat-item tags="np.*"/>
23 </def-cat>
24 <def-cat n="sent">
25 <cat-item tags="sent"/>
26 </def-cat>
27 <def-cat n="det">
28 <cat-item tags="det.ind.*"/>
29 <cat-item tags="det.def.*"/>
30 </def-cat>
31 <def-cat n="prpers">
32 <cat-item lemma="prpers" tags="prn.*"/>
33 </def-cat>
34 <def-cat n="verbnm"><!--verb no modal -->
35 <cat-item tags="vblex.*"/>
36 <cat-item tags="vbser.*"/>
37 <cat-item tags="vbhaver.*"/>
38 </def-cat>
39 <def-cat n="prep"> <!-- preposition -->
40 <cat-item tags="pr"/>
41 </def-cat>
42 <def-cat n="genitive">
43 <cat-item tags="gen"/>
44 </def-cat>
45 </section-def-cats>
47 <section-def-attrs>
48 <def-attr n="nbr"> <!-- Number -->
49 <attr-item tags="sg"/>
50 <attr-item tags="pl"/>
51 <attr-item tags="sp"/>
52 </def-attr>
53 <def-attr n="gen"> <!-- Gender -->
54 <attr-item tags="m"/>
55 <attr-item tags="f"/>
56 <attr-item tags="mf"/>
57 <attr-item tags="nt"/>
58 </def-attr>
59 <def-attr n="a_conj">
60 <attr-item tags="cnjadv"/>
61 <attr-item tags="cnjsub"/>
62 <attr-item tags="cnjcoo"/>
63 </def-attr>
64 <def-attr n="a_nom">
65 <attr-item tags="n"/>
66 <attr-item tags="n.acr"/>
67 <attr-item tags="n.unc"/>
68 <attr-item tags="np.loc"/>
69 </def-attr>
70 <def-attr n="a_adj">
71 <attr-item tags="adj.sint"/>
72 <attr-item tags="adj"/>
73 <attr-item tags="comp"/>
74 <attr-item tags="sup"/>
75 </def-attr>
76 <def-attr n="stress">
77 <attr-item tags="uns"/>
78 </def-attr>
79 <def-attr n="a_det">
80 <attr-item tags="det.ind"/>
81 <attr-item tags="det.def"/>
82 </def-attr>
83 <def-attr n="a_rel">
84 <attr-item tags="rel"/>
85 <attr-item tags="rel.nn"/>
86 <attr-item tags="rel.an"/>
87 </def-attr>
88 <def-attr n="tipus_prn">
89 <attr-item tags="prn.subj"/>
90 <attr-item tags="prn.obj"/>
91 </def-attr>
92 <def-attr n="pers"> <!-- Person -->
93 <attr-item tags="p1"/>
94 <attr-item tags="p2"/>
95 <attr-item tags="p3"/>
96 </def-attr>
97 <def-attr n="a_verb">
98 <attr-item tags="vblex"/>
99 <attr-item tags="vblex.uns"/>
100 <attr-item tags="vbser"/>
101 <attr-item tags="vbhaver"/>
102 <attr-item tags="vbmod"/>
103 <attr-item tags="vaux"/>
104 </def-attr>
105 <def-attr n="temps">
106 <attr-item tags="pp"/>
107 <attr-item tags="pii"/>
108 <attr-item tags="pis"/>
109 <attr-item tags="pri"/>
110 <attr-item tags="past"/>
111 <attr-item tags="pres"/>
112 <attr-item tags="inf"/>
113 </def-attr>
114 </section-def-attrs>
116 <section-def-vars>
117 <def-var n="numero"/>
118 <def-var n="caseFirstWord"/>
119 <def-var n="nombre"/>
120 </section-def-vars>
122 <section-rules>
123 <rule comment="REGLA: NOM (per a collocar la cua en les multiparaules amb g">
124 <pattern>
125 <pattern-item n="nom"/>
126 </pattern>
127 <action>
128 <out>
129 <chunk name="nom" case="caseFirstWord">
130 <tags>
131 <tag><lit-tag v="NP"/></tag>
132 <tag><clip pos="1" side="tl" part="nbr"/></tag>
133 </tags>
134 <lu>
135 <clip pos="1" side="tl" part="lem"/>
136 <clip pos="1" side="tl" part="a_nom"/>
137 <clip pos="1" side="tl" part="nbr"/>
138 </lu>
139 </chunk>
140 </out>
141 </action>
142 </rule>
144 <rule comment="REGLA: PRPERS">
145 <pattern>
146 <pattern-item n="prpers"/>
147 </pattern>
148 <action>
149 <modify-case>
150 <clip pos="1" side="tl" part="lem"/>
151 <lit v="Aa"/>
152 </modify-case>
153 <out>
154 <chunk name="prpers">
155 <tags>
156 <tag><lit-tag v="PRN"/></tag>
157 </tags>
158 <lu>
159 <clip pos="1" side="tl" part="lem"/>
160 <clip pos="1" side="tl" part="tipus_prn"/>
161 <clip pos="1" side="tl" part="pers"/>
162 <clip pos="1" side="tl" part="gen"/>
163 <clip pos="1" side="tl" part="nbr"/>
164 </lu>
165 </chunk>
166 </out>
167 </action>
168 </rule>
170 <rule comment="REGLA: DET NOM GENITIVE">
171 <pattern>
172 <pattern-item n="det"/>
173 <pattern-item n="nom"/>
174 <pattern-item n="genitive"/>
175 </pattern>
176 <action>
177 <out>
178 <chunk name="det_nom_gen" case="caseFirstWord">
179 <tags>
180 <tag><lit-tag v="NP"/></tag>
181 <tag><clip pos="2" side="sl" part="gen"/></tag>
182 <tag><var n="nombre"/></tag>
183 </tags>
184 <lu>
185 <clip pos="1" side="tl" part="lem"/>
186 <clip pos="1" side="tl" part="a_det"/>
187 <clip pos="2" side="tl" part="nbr"/>
188 </lu>
189 <b pos="1"/>
190 <lu>
191 <clip pos="2" side="tl" part="lemh"/>
192 <clip pos="2" side="tl" part="a_nom"/>
193 <clip pos="2" side="tl" part="nbr"/>
194 <clip pos="2" side="tl" part="lemq"/>
195 </lu>
196 <b/>
197 <lu>
198 <clip pos="3" side="tl" part="lemh"/>
199 <lit-tag v="gen"/>
200 </lu>
201 </chunk>
202 </out>
203 <let>
204 <var n="caseFirstWord"/>
205 <lit v="aa"/>
206 </let>
207 </action>
208 </rule>
211 <rule comment="REGLA: DET NOM">
212 <pattern>
213 <pattern-item n="det"/>
214 <pattern-item n="nom"/>
215 </pattern>
216 <action>
217 <out>
218 <chunk name="det_nom" case="caseFirstWord">
219 <tags>
220 <tag><lit-tag v="NP"/></tag>
221 <tag><clip pos="2" side="sl" part="gen"/></tag>
222 <tag><var n="nombre"/></tag>
223 </tags>
224 <lu>
225 <clip pos="1" side="tl" part="lem"/>
226 <clip pos="1" side="tl" part="a_det"/>
227 <clip pos="2" side="tl" part="nbr"/>
228 </lu>
229 <b pos="1"/>
230 <lu>
231 <clip pos="2" side="tl" part="lemh"/>
232 <clip pos="2" side="tl" part="a_nom"/>
233 <clip pos="2" side="tl" part="nbr"/>
234 <clip pos="2" side="tl" part="lemq"/>
235 </lu>
236 </chunk>
237 </out>
238 <let>
239 <var n="caseFirstWord"/>
240 <lit v="aa"/>
241 </let>
242 </action>
243 </rule>
245 <rule comment="REGLA: DET ADJ NOM GEN">
246 <pattern>
247 <pattern-item n="det"/>
248 <pattern-item n="adj"/>
249 <pattern-item n="nom"/>
250 <pattern-item n="genitive"/>
251 </pattern>
252 <action>
253 <out>
254 <chunk name="det_adj_nom" case="caseFirstWord">
255 <tags>
256 <tag><lit-tag v="NP"/></tag>
257 <tag><clip pos="2" side="sl" part="gen"/></tag>
258 <tag><var n="nombre"/></tag>
259 </tags>
260 <lu>
261 <clip pos="1" side="tl" part="lem"/>
262 <clip pos="1" side="tl" part="a_det"/>
263 <clip pos="1" side="tl" part="nbr"/>
264 </lu>
265 <b pos="1"/>
266 <lu>
267 <clip pos="2" side="tl" part="lem"/>
268 <clip pos="2" side="tl" part="a_adj"/>
269 <lit-tag v="attr"/>
270 </lu>
271 <b pos="1"/>
272 <lu>
273 <clip pos="3" side="tl" part="lemh"/>
274 <clip pos="3" side="tl" part="a_nom"/>
275 <clip pos="3" side="tl" part="nbr"/>
276 <clip pos="3" side="tl" part="lemq"/>
277 </lu>
278 <b/>
279 <lu>
280 <clip pos="4" side="tl" part="lem"/>
281 <lit-tag v="gen"/>
282 </lu>
283 </chunk>
284 </out>
285 <let>
286 <var n="caseFirstWord"/>
287 <lit v="aa"/>
288 </let>
289 </action>
290 </rule>
292 <rule comment="REGLA: DET ADJ NOM">
293 <pattern>
294 <pattern-item n="det"/>
295 <pattern-item n="adj"/>
296 <pattern-item n="nom"/>
297 </pattern>
298 <action>
299 <out>
300 <chunk name="det_adj_nom" case="caseFirstWord">
301 <tags>
302 <tag><lit-tag v="NP"/></tag>
303 <tag><clip pos="2" side="sl" part="gen"/></tag>
304 <tag><var n="nombre"/></tag>
305 </tags>
306 <lu>
307 <clip pos="1" side="tl" part="lem"/>
308 <clip pos="1" side="tl" part="a_det"/>
309 <clip pos="1" side="tl" part="nbr"/>
310 </lu>
311 <b pos="1"/>
312 <lu>
313 <clip pos="2" side="tl" part="lem"/>
314 <clip pos="2" side="tl" part="a_adj"/>
315 <lit-tag v="attr"/>
316 </lu>
317 <b pos="1"/>
318 <lu>
319 <clip pos="3" side="tl" part="lemh"/>
320 <clip pos="3" side="tl" part="a_nom"/>
321 <clip pos="3" side="tl" part="nbr"/>
322 <clip pos="3" side="tl" part="lemq"/>
323 </lu>
324 </chunk>
325 </out>
326 <let>
327 <var n="caseFirstWord"/>
328 <lit v="aa"/>
329 </let>
330 </action>
331 </rule>
333 <rule comment="REGLA: ADJ NOM">
334 <pattern>
335 <pattern-item n="adj"/>
336 <pattern-item n="nom"/>
337 </pattern>
338 <action>
339 <out>
340 <chunk name="adj_nom" case="caseFirstWord">
341 <tags>
342 <tag><lit-tag v="NP"/></tag>
343 <tag><clip pos="2" side="sl" part="gen"/></tag>
344 <tag><var n="nombre"/></tag>
345 </tags>
346 <lu>
347 <clip pos="1" side="tl" part="lem"/>
348 <clip pos="1" side="tl" part="a_adj"/>
349 <lit-tag v="attr"/>
350 </lu>
351 <b/>
352 <lu>
353 <clip pos="2" side="tl" part="lem"/>
354 <clip pos="2" side="tl" part="a_nom"/>
355 <clip pos="2" side="tl" part="nbr"/>
356 </lu>
357 </chunk>
358 </out>
359 </action>
360 </rule>
362 <rule comment="REGLA: NOM GENITIVE">
363 <pattern>
364 <pattern-item n="nom"/>
365 <pattern-item n="genitive"/>
366 </pattern>
367 <action>
368 <out>
369 <chunk name="nom_gen" case="caseFirstWord">
370 <tags>
371 <tag><lit-tag v="SN.UNDET"/></tag>
372 <tag><clip pos="1" side="tl" part="gen"/></tag>
373 <tag><clip pos="1" side="tl" part="nbr"/></tag>
374 </tags>
375 <lu>
376 <clip pos="1" side="tl" part="lemh"/>
377 <clip pos="1" side="tl" part="a_nom"/>
378 <clip pos="1" side="tl" part="nbr"/>
379 <clip pos="1" side="tl" part="lemq"/>
380 </lu>
381 <b/>
382 <lu>
383 <clip pos="2" side="tl" part="lem"/>
384 <lit-tag v="gen"/>
385 </lu>
386 </chunk>
387 </out>
388 <let>
389 <var n="caseFirstWord"/>
390 <lit v="aa"/>
391 </let>
392 </action>
393 </rule>
395 <rule comment="REGLA: ADJ CONJ ADJ NOM">
396 <pattern>
397 <pattern-item n="adj"/>
398 <pattern-item n="conj"/>
399 <pattern-item n="adj"/>
400 <pattern-item n="nom"/>
401 </pattern>
402 <action>
403 <out>
404 <chunk name="adj_conj_adj" case="caseFirstWord">
405 <tags>
406 <tag><lit-tag v="ADJP"/></tag>
407 </tags>
408 <lu>
409 <clip pos="1" side="tl" part="lem"/>
410 <clip pos="1" side="tl" part="a_adj"/>
411 <lit-tag v="attr"/>
412 </lu>
413 <b/>
414 <lu>
415 <clip pos="2" side="tl" part="lem"/>
416 <clip pos="2" side="tl" part="a_conj"/>
417 </lu>
418 <b/>
419 <lu>
420 <clip pos="3" side="tl" part="lem"/>
421 <clip pos="3" side="tl" part="a_adj"/>
422 <lit-tag v="attr"/>
423 </lu>
424 <b/>
425 <lu>
426 <clip pos="4" side="tl" part="lem"/>
427 <clip pos="4" side="tl" part="a_nom"/>
428 <clip pos="4" side="tl" part="nbr"/>
429 </lu>
430 </chunk>
431 </out>
432 </action>
433 </rule>
435 <rule comment="REGLA: ADJ CONJ ADJ">
436 <pattern>
437 <pattern-item n="adj"/>
438 <pattern-item n="conj"/>
439 <pattern-item n="adj"/>
440 </pattern>
441 <action>
442 <out>
443 <chunk name="adj_conj_adj" case="caseFirstWord">
444 <tags>
445 <tag><lit-tag v="ADJP"/></tag>
446 </tags>
447 <lu>
448 <clip pos="1" side="tl" part="lem"/>
449 <clip pos="1" side="tl" part="a_adj"/>
450 <lit-tag v="pred"/>
451 </lu>
452 <b/>
453 <lu>
454 <clip pos="2" side="tl" part="lem"/>
455 <clip pos="2" side="tl" part="a_conj"/>
456 </lu>
457 <b/>
458 <lu>
459 <clip pos="3" side="tl" part="lem"/>
460 <clip pos="3" side="tl" part="a_adj"/>
461 <lit-tag v="pred"/>
462 </lu>
463 </chunk>
464 </out>
465 </action>
466 </rule>
469 <rule comment="REGLA: ADJ ADJ NOM">
470 <pattern>
471 <pattern-item n="adj"/>
472 <pattern-item n="adj"/>
473 <pattern-item n="nom"/>
474 </pattern>
475 <action>
476 <out>
477 <chunk name="adj_nom" case="caseFirstWord">
478 <tags>
479 <tag><lit-tag v="NP"/></tag>
480 <tag><clip pos="2" side="sl" part="gen"/></tag>
481 <tag><var n="nombre"/></tag>
482 </tags>
483 <lu>
484 <clip pos="1" side="tl" part="lem"/>
485 <clip pos="1" side="tl" part="a_adj"/>
486 <lit-tag v="attr"/>
487 </lu>
488 <b/>
489 <lu>
490 <clip pos="2" side="tl" part="lem"/>
491 <clip pos="2" side="tl" part="a_adj"/>
492 <lit-tag v="attr"/>
493 </lu>
494 <b/>
495 <lu>
496 <clip pos="3" side="tl" part="lem"/>
497 <clip pos="3" side="tl" part="a_nom"/>
498 <clip pos="3" side="tl" part="nbr"/>
499 </lu>
500 </chunk>
501 </out>
502 </action>
503 </rule>
506 <rule comment="REGLA: PR">
507 <pattern>
508 <pattern-item n="prep"/>
509 </pattern>
510 <action>
511 <out>
512 <chunk name="pr">
513 <tags>
514 <tag><lit-tag v="PR"/></tag>
515 </tags>
516 <lu>
517 <clip pos="1" side="tl" part="lem"/>
518 <lit-tag v="pr"/>
519 </lu>
520 </chunk>
521 </out>
522 </action>
523 </rule>
526 <rule comment="REGLA: REL">
527 <pattern>
528 <pattern-item n="rel_prn"/>
529 </pattern>
530 <action>
531 <out>
532 <chunk name="rel">
533 <tags>
534 <tag><lit-tag v="REL"/></tag>
535 <tag><lit-tag v="PRN"/></tag>
536 </tags>
537 <lu>
538 <clip pos="1" side="tl" part="lem"/>
539 <clip pos="1" side="tl" part="a_rel"/>
540 </lu>
541 </chunk>
542 </out>
543 </action>
544 </rule>
547 <rule comment="REGLA: ADJ">
548 <pattern>
549 <pattern-item n="adj"/>
550 </pattern>
551 <action>
552 <out>
553 <chunk name="adj">
554 <tags>
555 <tag><lit-tag v="ADJ"/></tag>
556 </tags>
557 <lu>
558 <clip pos="1" side="tl" part="lem"/>
559 <clip pos="1" side="tl" part="a_adj"/>
560 <lit-tag v="pred"/>
561 </lu>
562 </chunk>
563 </out>
564 </action>
565 </rule>
567 <rule>
568 <pattern>
569 <pattern-item n="nom"/>
570 </pattern>
571 <action>
572 <out>
573 <lu>
574 <clip pos="1" side="tl" part="lem"/>
575 <clip pos="1" side="tl" part="a_nom"/>
576 <clip pos="1" side="tl" part="nbr"/>
577 </lu>
578 </out>
579 </action>
580 </rule>
583 <rule comment="REGLA: VERBNM">
584 <pattern>
585 <pattern-item n="verbnm"/>
586 </pattern>
587 <action>
588 <choose>
590 <when>
591 <test> <!-- If it is third person singular in the present tense -->
592 <and>
593 <or>
594 <equal>
595 <clip pos="1" side="tl" part="temps"/>
596 <lit-tag v="pp"/>
597 </equal>
598 <equal>
599 <clip pos="1" side="tl" part="temps"/>
600 <lit-tag v="past"/>
601 </equal>
602 </or>
603 <not>
604 <equal>
605 <clip pos="1" side="tl" part="a_verb"/>
606 <lit-tag v="vblex.uns"/>
607 </equal>
608 </not>
609 <not>
610 <equal>
611 <clip pos="1" side="tl" part="lem"/>
612 <lit v="wees"/> <!-- be is a special case -->
613 </equal>
614 </not>
615 </and>
616 </test>
617 <out>
618 <chunk name="verb">
619 <tags>
620 <tag><lit-tag v="V"/></tag>
621 </tags>
622 <lu>
623 <lit v="hê"/>
624 <lit-tag v="vbhaver"/>
625 <lit-tag v="pres"/>
626 </lu>
627 </chunk>
628 <b/>
629 <chunk name="verb_participle">
630 <tags>
631 <tag><lit-tag v="V"/></tag>
632 <tag><lit-tag v="PART"/></tag>
633 </tags>
634 <lu>
635 <lit v="ge"/>
636 </lu>
637 <lu>
638 <clip pos="1" side="tl" part="lem"/>
639 <clip pos="1" side="tl" part="a_verb"/>
640 <lit-tag v="inf"/>
641 <!-- <clip pos="1" side="tl" part="temps"/> -->
642 </lu>
643 </chunk>
644 </out>
645 </when>
647 <when>
648 <test> <!-- If it is third person singular in the present tense -->
649 <and>
650 <or>
651 <equal>
652 <clip pos="1" side="tl" part="temps"/>
653 <lit-tag v="pp"/>
654 </equal>
655 <equal>
656 <clip pos="1" side="tl" part="temps"/>
657 <lit-tag v="past"/>
658 </equal>
659 </or>
660 <equal>
661 <clip pos="1" side="tl" part="a_verb"/>
662 <lit-tag v="vblex.uns"/>
663 </equal>
664 </and>
665 </test>
666 <out>
667 <chunk name="verb">
668 <tags>
669 <tag><lit-tag v="V"/></tag>
670 </tags>
671 <lu>
672 <lit v="hê"/>
673 <lit-tag v="vbhaver"/>
674 <lit-tag v="pres"/>
675 </lu>
676 </chunk>
677 <b/>
678 <chunk name="verb_participle">
679 <tags>
680 <tag><lit-tag v="V"/></tag>
681 <tag><lit-tag v="PART"/></tag>
682 </tags>
683 <lu>
684 <clip pos="1" side="tl" part="lem"/>
685 <clip pos="1" side="tl" part="a_verb"/>
686 <lit-tag v="inf"/>
687 </lu>
688 </chunk>
689 </out>
690 </when>
692 <otherwise>
693 <out>
694 <chunk name="verb">
695 <tags>
696 <tag><lit-tag v="V"/></tag>
697 </tags>
698 <lu>
699 <clip pos="1" side="tl" part="lem"/>
700 <clip pos="1" side="tl" part="a_verb"/>
701 <clip pos="1" side="tl" part="temps"/>
702 </lu>
703 </chunk>
704 </out>
705 </otherwise>
706 </choose>
707 </action>
708 </rule>
710 <!-- ^be<vbser><past>$ ^organise<vblex><pp>$ -->
711 <rule comment="REGLA: VERBNM">
712 <pattern>
713 <pattern-item n="verbnm"/>
714 <pattern-item n="verbnm"/>
715 </pattern>
716 <action>
717 <choose>
718 <when>
719 <test>
720 <equal>
721 <clip pos="1" side="tl" part="temps"/>
722 <lit-tag v="pp"/>
723 </equal>
724 </test>
725 <out>
726 <chunk name="verb">
727 <tags>
728 <tag><lit-tag v="V"/></tag>
729 </tags>
730 <lu>
731 <lit v="hê"/>
732 <lit-tag v="vbhaver"/>
733 <lit-tag v="pres"/>
734 </lu>
735 </chunk>
736 <b/>
737 <chunk name="verb_participle">
738 <tags>
739 <tag><lit-tag v="V"/></tag>
740 <tag><lit-tag v="PART"/></tag>
741 </tags>
742 <lu>
743 <lit v="ge"/>
744 </lu>
745 <lu>
746 <clip pos="1" side="tl" part="lem"/>
747 <clip pos="1" side="tl" part="a_verb"/>
748 <lit-tag v="inf"/>
749 <!-- <clip pos="1" side="tl" part="temps"/> -->
750 </lu>
751 </chunk>
752 </out>
753 </when>
755 <when>
756 <test>
757 <equal>
758 <clip pos="2" side="tl" part="temps"/>
759 <lit-tag v="pp"/>
760 </equal>
761 <equal>
762 <clip pos="1" side="sl" part="lem"/>
763 <lit v="be"/>
764 </equal>
765 <equal>
766 <clip pos="1" side="sl" part="temps"/>
767 <lit-tag v="past"/>
768 </equal>
769 </test>
770 <out>
771 <chunk name="verb">
772 <tags>
773 <tag><lit-tag v="V"/></tag>
774 </tags>
775 <lu>
776 <clip pos="1" side="tl" part="lem"/>
777 <clip pos="1" side="tl" part="a_verb"/>
778 <clip pos="1" side="tl" part="temps"/>
779 </lu>
780 </chunk>
781 <b/>
782 <chunk name="verb_participle">
783 <tags>
784 <tag><lit-tag v="V"/></tag>
785 <tag><lit-tag v="PART"/></tag>
786 </tags>
787 <lu>
788 <lit v="ge"/>
789 </lu>
790 <lu>
791 <clip pos="2" side="tl" part="lem"/>
792 <clip pos="2" side="tl" part="a_verb"/>
793 <lit-tag v="inf"/>
794 <!-- <clip pos="2" side="tl" part="temps"/> -->
795 </lu>
796 </chunk>
797 </out>
798 </when>
799 <otherwise>
800 <out>
801 <chunk name="verb">
802 <tags>
803 <tag><lit-tag v="V"/></tag>
804 </tags>
805 <lu>
806 <clip pos="1" side="tl" part="lem"/>
807 <clip pos="1" side="tl" part="a_verb"/>
808 <clip pos="1" side="tl" part="temps"/>
809 </lu>
810 <lu>
811 <clip pos="2" side="tl" part="lem"/>
812 <clip pos="2" side="tl" part="a_verb"/>
813 <clip pos="2" side="tl" part="temps"/>
814 </lu>
815 </chunk>
816 </out>
817 </otherwise>
818 </choose>
819 </action>
820 </rule>
824 <rule> <!-- REGLA: reset variables-->
825 <pattern>
826 <pattern-item n="sent"/>
827 </pattern>
828 <action>
829 <let>
830 <var n="nombre"/>
831 <lit-tag v="sg"/>
832 </let>
833 <out>
834 <chunk name="punt">
835 <tags>
836 <tag><lit-tag v="sent"/></tag>
837 </tags>
838 <lu>
839 <clip pos="1" side="tl" part="whole"/>
840 </lu>
841 </chunk>
842 </out>
844 </action>
845 </rule>
847 <rule comment="REGLA: NOM (per a collocar la cua en les multiparaules amb g">
848 <pattern>
849 <pattern-item n="conj"/>
850 </pattern>
851 <action>
852 <out>
853 <chunk name="conj" case="caseFirstWord">
854 <tags>
855 <tag><lit-tag v="conj"/></tag>
856 </tags>
857 <lu>
858 <clip pos="1" side="tl" part="lem"/>
859 <clip pos="1" side="tl" part="a_conj"/>
860 </lu>
861 </chunk>
862 </out>
863 </action>
864 </rule>
867 </section-rules>
869 </transfer>