[01:28:51] daherb: sure, I'm fine with moving! we should bug john about gf-log-bot [01:29:42] I do like the feature of the IRC channel that the logs are online, just recently a colleague of mine in singapore found an answer to her GF question from an IRC log from 2016 [03:23:56] *** Joins: drbean_ (~drbean@TC210-63-209-13.static.apol.com.tw) [10:59:29] *** Joins: dobrovskaya (~dobrovska@137.red-83-36-140.dynamicip.rima-tde.net) [11:42:06] *** Quits: dobrovskaya (~dobrovska@137.red-83-36-140.dynamicip.rima-tde.net) (Ping timeout: 240 seconds) [12:16:18] inariksit +1 for moving too [12:30:30] *** Joins: dobrovskaya (~dobrovska@137.red-83-36-140.dynamicip.rima-tde.net) [12:56:39] Aha yes it works! (I was doing that but I forgot to save the changes..) [12:58:35] Maybe this is silly, but I was trying out the sentence "the old man the boat" which is the canonical example for a garden-path sentence. I thought GF would be able to find the right parsing but it does not =( [13:00:14] I thought it could be a nice property of GF, to be able to parse such sentences, as gtranslate of course fails to _understand_ it [13:01:52] did you have "old" as a noun [13:04:02] or alternatively, a syntactic function that allows any adjective to be used as a noun phrase [13:04:47] this is the function you need https://github.com/GrammaticalFramework/gf-rgl/blob/master/src/abstract/Extend.gf#L171 [13:05:04] one of those: [13:05:05] AdjAsCN : AP -> CN ; -- a green one ; en grön (Swe) [13:05:05] AdjAsNP : AP -> NP ; -- green (is good) [13:05:27] I guess AdjAsCN is better, because you will need to add the determiner, to get "the old" [13:05:41] and AdjAsNP would just make the AP into a NP without a determiner [13:46:26] *** Quits: drbean_ (~drbean@TC210-63-209-13.static.apol.com.tw) (Ping timeout: 260 seconds) [13:49:36] I took the shortcut to just add "old" as a noun as well [13:49:42] yeah makes sense [13:50:00] so "the old walks" and "he mans the boat" are parsed correctly [13:50:22] ah, the old is singular [13:50:27] does it work "the olds man the boat" [13:50:34] OH [13:50:44] YES [13:50:47] if you use the smart paradigms, you need to give it 2 arguments [13:50:50] AGH that was so silly [13:50:50] mkN "old" "old" [13:50:53] hahaha [14:50:35] but this is so cool now, it means GF parses these sentences correctly ! [14:51:06] (I mean, I expected this much, but it is HUGE) [14:52:29] https://www.washingtonpost.com/news/wonk/wp/2016/05/18/googles-new-artificial-intelligence-cant-understand-these-sentences-can-you/ [14:53:33] ^^ [14:53:51] it's nice to find a problem where your favourite tool does better than the mainstream [15:17:24] yayyy way to go, GF ! [15:17:28] hahha [16:14:44] *** Quits: dobrovskaya (~dobrovska@137.red-83-36-140.dynamicip.rima-tde.net) (Quit: Leaving)