(Kor) Add NForm and some Preps.

This commit is contained in:
Inari Listenmaa
2020-03-11 15:28:27 +01:00
parent 1e1369c523
commit 30ce18e124
8 changed files with 34 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
concrete AdverbKor of Adverb = CatKor ** open ResKor, ParamKor, ParadigmsKor, Prelude in {
--lin
lin
-- : A -> Adv ;
--PositAdvAdj adj = { } ;
@@ -11,7 +11,7 @@ concrete AdverbKor of Adverb = CatKor ** open ResKor, ParamKor, ParadigmsKor, Pr
-- ComparAdvAdjS : CAdv -> A -> S -> Adv ; -- more warmly than he runs
-- : Prep -> NP -> Adv ;
-- PrepNP =
PrepNP prep np = {s = glue (np.s ! Bare) prep.s} ;
-- Adverbs can be modified by 'adadjectives', just like adjectives.