[02:02:39] *** Quits: relrod (~relrod@redhat/relrod) (Quit: .) [02:04:28] *** Joins: relrod (~relrod@origin.elrod.me) [02:06:19] *** Quits: relrod (~relrod@origin.elrod.me) (Changing host) [02:06:20] *** Joins: relrod (~relrod@redhat/relrod) [10:23:04] *** Joins: venicecat (caa61422@gateway/web/freenode/ip.202.166.20.34) [12:17:29] *** Quits: venicecat (caa61422@gateway/web/freenode/ip.202.166.20.34) (Ping timeout: 260 seconds) [12:50:31] *** Joins: Jana (c325ea3e@gateway/web/freenode/ip.195.37.234.62) [12:57:34] Hello hello. For my extended grammar of German, I try to implement verbs which have a preposition for their complement (e.g. “warten auf” = “wait for”). As the order of verb and preposition changes for compound tenses (“Ich warte auf dich. Ich habe auf dich gewartet.”), I want to implement a function which considers this. I thought about doing something like this: mkV2 : V -> Prep -> V2 ; But according to our abstract syntax (ht [12:57:51] (https://github.com/GrammaticalFramework/gf-contrib/blob/master/mini/newmini/ExtMiniGrammar.gf), this is not allowed. Does anybody have a tipp where I can search for other solutions for my problem? Thank you a lot in advance! [13:44:07] Jana: don't you usually define the functions like mkV2 in a resource module which is independent of the abstract syntax? [13:46:00] I haven't worked with a resource module so far. I just have an abstract syntax and a concrete one, where I do the linearizations. [13:48:04] I the resource module neccessary for a complete grammar? (Or at least for problems like my current one ;)) [13:51:47] i guess you don't need a lexicon yet? it is quite common to have a resource module in which you define the functions to create instances of the lexical categories e.g. mkV, mkN, ... and use them in the lexicon [13:52:50] you can also have a look at how it is done in the mini grammar e.g. https://github.com/GrammaticalFramework/gf-contrib/blob/master/mini/newmini/MiniResEng.gf [14:09:36] No, so far I was not in need of a separate lexicon. Thank you for your advice! I think the mini grammar has some nice inspirations. [14:45:04] *** Quits: Jana (c325ea3e@gateway/web/freenode/ip.195.37.234.62) (Quit: Page closed) [15:04:31] *** Joins: freeside (~mengwong@host109-154-139-70.range109-154.btcentralplus.com) [15:04:33] mooooo [17:51:37] frogress [20:06:01] yak shaving [20:06:13] now i know more about cabal internals than i ever planned to [20:27:11] *** Quits: freeside (~mengwong@host109-154-139-70.range109-154.btcentralplus.com) (Quit: rcirc on GNU Emacs 24.5.1) [20:27:53] *** Joins: freeside (~user@host109-154-139-70.range109-154.btcentralplus.com) [21:48:15] *** Quits: freeside (~user@host109-154-139-70.range109-154.btcentralplus.com) (Remote host closed the connection)