mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-30 21:28:54 -06:00
Italian prepositions
This commit is contained in:
@@ -66,6 +66,10 @@ oper
|
||||
|
||||
mkPrep : Str -> Prep ;
|
||||
|
||||
-- The following prepositions also have special contracted forms.
|
||||
|
||||
con_Prep, da_Prep, in_Prep, su_Prep : Prep ;
|
||||
|
||||
--2 Nouns
|
||||
|
||||
-- Worst case: give both two forms and the gender.
|
||||
@@ -293,6 +297,11 @@ oper
|
||||
dative = complDat ;
|
||||
mkPrep p = {s = p ; c = Acc ; isDir = False} ;
|
||||
|
||||
con_Prep = {s = [] ; c = CPrep P_con ; isDir = False} ;
|
||||
da_Prep = {s = [] ; c = CPrep P_da ; isDir = False} ;
|
||||
in_Prep = {s = [] ; c = CPrep P_in ; isDir = False} ;
|
||||
su_Prep = {s = [] ; c = CPrep P_su ; isDir = False} ;
|
||||
|
||||
mkN x y g = mkNounIrreg x y g ** {lock_N = <>} ;
|
||||
regN x = mkNomReg x ** {lock_N = <>} ;
|
||||
compN x y = {s = \\n => x.s ! n ++ y ; g = x.g ; lock_N = <>} ;
|
||||
|
||||
Reference in New Issue
Block a user