mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
German numerals and almost all Basic
This commit is contained in:
@@ -122,6 +122,13 @@ oper
|
||||
|
||||
mkA2 : A -> Prep -> A2 ;
|
||||
|
||||
--2 Adverbs
|
||||
|
||||
-- Adverbs are just strings.
|
||||
|
||||
mkAdv : Str -> Adv ;
|
||||
|
||||
|
||||
--2 Prepositions
|
||||
|
||||
-- A preposition is formed from a string and a case.
|
||||
@@ -301,6 +308,8 @@ oper
|
||||
|
||||
mkA2 = \a,p -> a ** {c2 = p ; lock_A2 = <>} ;
|
||||
|
||||
mkAdv s = {s = s ; lock_Adv = <>} ;
|
||||
|
||||
mkPrep s c = {s = s ; c = c ; lock_Prep = <>} ;
|
||||
accPrep = mkPrep [] accusative ;
|
||||
datPrep = mkPrep [] dative ;
|
||||
|
||||
Reference in New Issue
Block a user