(Som) More fine-grained adverbials

This commit is contained in:
Inari Listenmaa
2019-07-01 14:13:45 +02:00
parent 8115b26947
commit ca06dc4e1d
10 changed files with 98 additions and 42 deletions

View File

@@ -40,12 +40,12 @@ concrete QuestionSom of Question = CatSom ** open
-- Interrogative adverbs can be formed prepositionally.
-- : Prep -> IP -> IAdv ; -- with whom
PrepIP = AS.PrepNP ;
PrepIP prep ip = let a = AS.PrepNP prep ip in a ** {s = a.berri} ;
-- They can be modified with other adverbs.
-- : IAdv -> Adv -> IAdv ; -- where in Paris
AdvIAdv = AS.AdAdv ;
AdvIAdv iadv adv = iadv ** {s = iadv.s ++ adv.berri} ;
-- Interrogative complements to copulas can be both adverbs and
-- pronouns.