mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
completed most parts of ParseSwe; some dict additions in Eng and Fin
This commit is contained in:
@@ -176,7 +176,9 @@ oper
|
||||
|
||||
compoundA : A -> A ; -- force comparison by mera - mest
|
||||
|
||||
|
||||
-- Adjective with all positive forms the same.
|
||||
|
||||
invarA : Str -> A ; -- e.g. äkta
|
||||
|
||||
|
||||
--3 Two-place adjectives
|
||||
@@ -527,6 +529,8 @@ oper
|
||||
|
||||
compoundA adj = {s = adj.s ; isComp = True ; lock_A = <>} ;
|
||||
|
||||
invarA s = mk3cA s s s True ;
|
||||
|
||||
mkA2 a p = a ** {c2 = mkComplement p.s ; lock_A2 = <>} ;
|
||||
|
||||
mkAdv x = ss x ** {lock_Adv = <>} ;
|
||||
|
||||
Reference in New Issue
Block a user