-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatxin-eng-eus.interchunk_order.dat
28 lines (20 loc) · 1.17 KB
/
matxin-eng-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
#####################################
#
# Esaldien Sorkuntza Sintaktikorako GRAMATIKA
#
#####################################
# guraso ume posErlt Ordena
type=~'adi-kat' type=~'MENP' .*? x1.x2
type=~'adi-kat-ez' type=~'ez' .*? x2+x1 #Ezezko esaldiak
type=~'adi-kat-gal' true =1 x1.x2 #Galderetan ordena mantendu (Ingeleserako egina!!!)
# 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
.*? type=~'F' .*? x1.x2 # <el perro><.> ==> <txakurra><.>
.*? type=~'p-' .*? x1.x2 # <el perro><.> ==> <txakurra><.>
# Aditzaren modiifikatzaileak atzean, gazteleraz aditzaren atzetik bazeuden, 1.a ezik
type=~'adi-kat' true >1 x1.x2 # <Yo><corto><el pan><en casa><para tí> ==> <Nik><ogia><mozten dut><ETXEAN><ZURETZAT>
type=~'adi-kat' true =1 x2.x1 # <Yo><corto><el pan><en casa><para tí> ==> <Nik><OGIA><mozten dut><etxean><zuretzat>
type=~'adi-kat' true <1 x2.x1 # <Yo><corto><el pan><en casa><para tí> ==> <NIK><ogia><mozten dut><etxean><zuretzat>
true true .*? x2.x1 # by default order (in case any other rule is applied)