(Dut) small fixes in lexicon, prepositions etc.

This commit is contained in:
Inari Listenmaa
2018-02-08 16:26:46 +01:00
parent 54d60b60da
commit fac435afc3
3 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -115,7 +115,6 @@ oper
van_Prep : Prep ;
te_Prep : Prep ;
--
--2 Verbs
@@ -231,7 +230,7 @@ oper
mkN2 = overload {
mkN2 : N -> N2
= \n -> lin N2 (n ** {c2 = mkPrep "van"}) ;
= \n -> lin N2 (n ** {c2 = van_Prep}) ;
mkN2 : N -> Prep -> N2
= \n,p -> lin N2 (n ** {c2 = p}) ;
} ;