-
Notifications
You must be signed in to change notification settings - Fork 0
/
matxin-spa-eus.interchunk_order.dat
40 lines (29 loc) · 1.82 KB
/
matxin-spa-eus.interchunk_order.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#####################################
#
# Esaldien Sorkuntza Sintaktikorako GRAMATIKA
#
#####################################
# GURASO UME POSERLT ORDENA
type=~'adi-' type=~'MENP' .*? x1.x2
type=~'adi-' && neg='true' type=~'ez' .*? x2+x1 #Ezezko esaldiak
# Koordinazioetan orden berdina mantendu dezan...
type=~'emen' true >0 x1.x2 # <Juan> <y> <Pedro> ==> <Juan> <eta> <PEDRO>
type=~'emen' true <0 x2.x1 # <Juan> <y> <Pedro> ==> <JUAN> <eta> <Pedro>
# Puntuazio ikurra bukaeran
true type=~'F' .*? x1.x2 # <el perro><.> ==> <txakurra><.>
true type=~'p-' .*? x1.x2 # <el perro><.> ==> <txakurra><.>
# Galderetan
type=~'adi-' && quest='true' qtype='wh' .*? x2.x1 #(adb-gal) <¿><Cuando><cortas><el pan><?> ==><<NOIZ>><mozten duzu><ogia><?>
#(is-gal) <¿><Quien><corta><el pan><?> ==> <<NORK>><mozten du><ogia><?>
type=~'adi-' && quest='true' && qtype!='wh' si=~'subj' .*? x2.x1 #<¿><Tú><cortas><el pan><?> ==> <<ZUK>><mozten duzu><ogia><?>
type=~'adi-' && quest='true' true .*? x1.x2 # <¿><Cuando><cortas><el pan><?> ==> <<Noiz>><mozten duzu><OGIA><?>
# Menpeko esaldietan wh-q bat dagoenean
type=~'mend-p' && qtype='wh' type=~'adi-' .*? x1.x2 # Me preguntaron quién llegó. ==> <<NOR>><iritsi zen>...
# Aditzaren modifikatzaileak atzean, gazteleraz aditzaren atzetik bazeuden, 1.a ezik
type=~'adi-' true =1 x2+x1 # <Yo><corto><el pan><en casa> ==> <Nik><<OGIA>><mozten dut><etxean>
type=~'adi-' si='subj' .*? x2.x1 # <Yo><corto><el pan><en casa> ==> <NIK><ogia><mozten dut><etxean>
#type=~'adi-' true <1 x2.x1 # <Yo><corto><el pan><en casa> ==> <<NIK>><ogia><mozten dut><etxean>
type=~'adi-' true >1 x1.x2 # <Yo><corto><el pan><en casa> ==> <Nik><ogia><mozten dut><<ETXEAN>>
# Menpeko perpausen juntagailuak
type=~'mend-p' type=~'adi-' .*? x1.x2
true true .*? x2.x1