mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 02:06:20 -06:00
(Hun) Make comparative discontinuous
This commit is contained in:
@@ -116,7 +116,15 @@ oper
|
||||
--------------------------------------------------------------------------------
|
||||
-- Adjectives
|
||||
|
||||
AdjPhrase : Type = {s : Number => Str} ;
|
||||
AdjPhrase : Type = {
|
||||
s : Number => Str ;
|
||||
compar : Str -- Discontinuous: Én *nagyobb* vagyok *nálad*.
|
||||
} ;
|
||||
|
||||
emptyAP : AdjPhrase = {
|
||||
s = \\_ => [] ;
|
||||
compar = [] ;
|
||||
} ;
|
||||
|
||||
Adjective : Type = {s : Degree => Number => Str} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user