mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 22:26:33 -06:00
new japanese from Liza 30 April
This commit is contained in:
@@ -21,9 +21,9 @@ flags coding = utf8 ;
|
||||
PositAdAAdj a = {s = a.adv} ;
|
||||
|
||||
SubjS subj s = {
|
||||
s = \\st => case subj.when of {
|
||||
True => s.tara ! (Wa | Ga) ! st ;
|
||||
False => s.s ! (Wa | Ga) ! st ++ subj.s
|
||||
s = \\st => case subj.type of {
|
||||
If => s.ba ! (Wa | Ga) ! st ++ subj.s ;
|
||||
_ => s.s ! (Wa | Ga) ! st ++ subj.s
|
||||
} ;
|
||||
prepositive = True ;
|
||||
compar = NoCompar
|
||||
|
||||
Reference in New Issue
Block a user