[07:08:43] *** Quits: proteusguy (~proteus-g@2405:9800:bc10:1ca:5d65:dbcb:7082:c467) (Remote host closed the connection) [07:40:33] *** Joins: proteusguy (~proteus-g@180.183.119.155) [10:07:20] *** Joins: venicecat (caa61422@gateway/web/freenode/ip.202.166.20.34) [10:07:40] greetings greetings \o/ [10:08:15] i can use a mkS: Adv -> S -> S to make a sentence that starts with an adverb [10:08:59] for example a sentence that looks like this: "whenever the test is ongoing". [10:09:28] i could write something like this mkUtt (mkS Adv (mkS (mkCl NP VP))) [10:10:33] except, the sentence linearised to looking like this: "Whenever the test ongoings" [10:10:54] the "is" is missing and i dunno how to get it fixed [10:11:15] ongoing also became pluralised [10:13:35] :( [10:19:34] you need a gerund [10:21:05] can you show the whole code? [10:21:24] are you creating mkV "ongoing"? [10:21:31] because it seems to be a verb rather than a plural [10:21:51] yes i did that [10:22:06] another way i can think of is to use progressiveVP [10:22:16] but i'm not sure how to do that [10:22:22] okay yeah, if you go that way then you could just as easily define a mkN "ongoing" or mkAdv "ongoing" :-P [10:22:34] ongoing is kinda tricky, it's really "go on" -> "ongoing" [10:22:35] that lets it fit into Adv -> S -> S [10:22:44] is whenever supposed to be the adv? [10:22:55] yes [10:23:06] (btw sorry for disappearing from the slack, I'm just so busy lately and it felt like too much notifications and stuff, so I haven't been there in weeks) [10:23:14] (and yet I am here on IRC :-D) [10:23:27] no probs at all [10:23:28] (but it's psychologically different to not have notifications! :-D and there are less people on IRC9 [10:23:32] i' prefer irc [10:23:36] ^^ [10:23:38] oldschool [10:23:41] :D [10:24:09] let me try to pluck the relevant parts of the code intop gist [10:24:14] okay [10:24:18] my codebase is getting so unreadable [10:24:30] I'm kinda preparing for exercise session but it's at 13, so still plenty of time to procrastinate ^-^ [10:24:57] it means it's getting big! [10:26:01] =:-o [10:36:40] here it is inari and thank you! [10:36:41] https://gist.github.com/chiahli/e23fea17a57d23572946fb112eab90b1 [10:55:02] hi inariksit ! when are you off to SF? [11:03:27] I'm actually staying the whole week here, have to grade exams [11:03:36] so I'm leaving on friday night [11:04:20] venicecat: I'll check the code later, now I got to a decent start in the preparation [11:05:01] of course! no hurry [11:08:56] grading: :-( [11:09:21] Inari yays! I figured out how to use progressiveVP and it turned out right [11:10:00] i'm leaving tomorrow. hope to be back soon. i really enjoy SF. [11:10:00] although i have to use mkV "ongo" so that it comes out as ongoing [11:13:34] so constructing using ongo is kind of weird but no big issue because i can always replace the word with proceed, happen, continue etc [11:13:47] *** Quits: proteusguy (~proteus-g@180.183.119.155) (Remote host closed the connection) [11:41:16] venicecat: yay! [11:41:49] it sounds a bit dangerous to do a mkV "ongo", but if you know that it will be only used in this context, sure why not! [11:43:27] if you know that your verbs are going to be used in lots of contexts, you could consider making a special record type, possibly even with semantic rather than syntactic stuff [11:43:36] like this https://github.com/GrammaticalFramework/gf-contrib/blob/master/phrasebook/SentencesI.gf#L177 [11:43:39] *** Joins: proteusguy (~proteus-g@2405:9800:bc10:1ca:f03a:134f:52d9:2ef4) [11:46:24] but this might just be total overkill, and if mkV "ongo" works for your use case (i.e. there's no way it generates "ongoes" or "ongoed" elsewhere), just use it :-P [11:46:45] actually now that I think, let me check if there is already a go_on_V somewhere [11:49:28] okay there is, but progressiveVP just gives "going on" instead of "ongoing" [11:50:27] you could define a special particleVerbProgressiveVP that glues the particle into the gerund form [12:14:45] *** Quits: proteus-guy (~proteusgu@14.207.180.231) (Ping timeout: 264 seconds) [12:15:35] *** Joins: proteus-guy (~proteusgu@14.207.180.231) [12:44:19] *** Quits: venicecat (caa61422@gateway/web/freenode/ip.202.166.20.34) (Ping timeout: 260 seconds) [14:14:09] there is a #gf SLACK? [14:14:11] D: [14:29:56] vin-ivar: there was at least one at the gf summer school [14:30:11] hahaha [14:30:16] the perils of closed-source software [14:30:28] you can't run slack in a terminal [14:33:31] actually i am mostly using slack via irc gateway in the terminal [14:50:56] vin-ivar: yeah there is, but I was talking about the legalese slack [16:38:12] *** Joins: koom (~sirdancea@109.107.211.244) [17:32:57] *** Quits: koom (~sirdancea@109.107.211.244) (Ping timeout: 240 seconds) [17:57:46] *** Quits: jbalint (~jbalint@unaffiliated/jbalint) (Ping timeout: 260 seconds) [17:59:43] *** Joins: jbalint (~jbalint@71.90.85.113) [17:59:43] *** Quits: jbalint (~jbalint@71.90.85.113) (Changing host) [17:59:43] *** Joins: jbalint (~jbalint@unaffiliated/jbalint) [19:34:41] *** Quits: JuanDaugherty (~juan@98.4.124.117) (Quit: Ex Chat) [23:27:55] *** Joins: JuanDaugherty (~juan@98.4.124.117)