mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
more words and rules in Dutch
This commit is contained in:
@@ -112,14 +112,14 @@ oper
|
||||
---- Two-place adjectives are formed by adding a preposition to an adjective.
|
||||
--
|
||||
-- mkA2 : A -> Prep -> A2 ;
|
||||
--
|
||||
----2 Adverbs
|
||||
--
|
||||
---- Adverbs are formed from strings.
|
||||
--
|
||||
-- mkAdv : Str -> Adv ;
|
||||
--
|
||||
--
|
||||
|
||||
--2 Adverbs
|
||||
|
||||
-- Adverbs are formed from strings.
|
||||
|
||||
mkAdv : Str -> Adv ;
|
||||
|
||||
|
||||
|
||||
--2 Prepositions
|
||||
|
||||
@@ -316,7 +316,7 @@ oper
|
||||
--
|
||||
-- mkA2 = \a,p -> a ** {c2 = p ; lock_A2 = <>} ;
|
||||
--
|
||||
-- mkAdv s = {s = s ; lock_Adv = <>} ;
|
||||
mkAdv s = {s = s ; lock_Adv = <>} ;
|
||||
--
|
||||
-- mkPrep s c = {s = s ; c = c ; lock_Prep = <>} ;
|
||||
-- accPrep = mkPrep [] accusative ;
|
||||
|
||||
Reference in New Issue
Block a user