[02:34:52] *** Joins: drbean (~drbean@124.219.82.63) [02:49:58] *** Quits: Gurkenglas (Gurkenglas@dslb-178-012-149-211.178.012.pools.vodafone-ip.de) (Ping timeout: 250 seconds) [08:25:03] *** Joins: Gurkenglas (~Gurkengla@dslb-178-012-149-211.178.012.pools.vodafone-ip.de) [08:41:03] *** Quits: Gurkenglas (~Gurkengla@dslb-178-012-149-211.178.012.pools.vodafone-ip.de) (Ping timeout: 255 seconds) [09:11:03] *** Joins: rtb (~smuxi@95.91.255.24) [10:42:50] *** Quits: spectre (~fran@115.114.202.84.customer.cdi.no) (Ping timeout: 240 seconds) [11:04:15] Is it possible to use dot-module-qualification in shell? [11:04:22] > cc ParadigmsGer.mkN "Beere" "Beeren" feminine [11:05:08] it seems not: command not parsed [11:05:37] did you import paradigmsger with retain? [11:05:43] so import --retain ParadigmsGer [11:06:56] for me it works [11:07:41] opened ParadigmsGer in my concrete [11:08:28] ok so then it won't work in the command line to use the opers [11:08:58] or I don't know, try to import -retain and see if those still work [11:09:11] yeah this I supposed to work [11:09:28] the -retain from bash level [11:09:38] opers are usually compiled away, except if you import it with --retain, but I don't know if it's already that you open X in Y and then i -retain Y, is X already gone for good [11:09:46] without qualification I get [11:09:51] > cc mkN "Beere" "Beeren" feminine [11:09:51] Warning: atomic term mkN [11:09:52] conflict ResGer.mkN, ParadigmsGer.mkN [11:09:52] given ParamX, Prelude, ResGer, DictGer, NounGer, CatGer, [11:09:52] ParadigmsGer, SyntaxGer, ZooRGer [11:09:52] type of feminine [11:09:53] expected: Str [11:09:53] inferred: ResGer.Gender [11:09:53] 23 msec [11:10:21] so what module are you actually importing to the GF shell? [11:10:38] my concrete grammar from yesterday :) [11:10:44] okay [11:10:58] if you have any opers that you defined there, those should work at least [11:11:32] yeah I try redupliting mkN in my opers.. good idea! [11:20:58] *** Joins: spectre (~fran@129.242.180.229) [11:21:00] by the way: I'm trying to establish rgl-support for the case "the ostrich (generally) eats berries", where I think, berry-plural has to be assumed (I know of this in german) [11:21:54] let's see [11:21:57] but without having a Determiner (what would be supported) [11:22:11] there is at least MassNP [11:22:26] this selects the Sg [11:22:51] MassNP cn = { [11:22:52] s = \\c => usePrepC c (\k -> cn.s ! Strong ! Sg ! k) ; [11:22:52] a = agrgP3 cn.g Sg ; [11:22:52] isPron = False ; [11:22:52] rc = cn.rc ! Sg ; [11:22:53] adv = cn.adv ; [11:22:53] ext = cn.ext [11:22:53] } ; [11:22:54] isn't there some aPl_det [11:23:06] http://www.grammaticalframework.org/lib/doc/synopsis.html#Det [11:23:23] so just choose mkNP with aPl_Det as determiner :) [11:23:28] but I think I am not supposed to use a determiner? Or can I hide it? [11:23:48] its linearisation (in English at least) is just an empty string [11:23:50] but then I have an "a" [11:23:54] or? [11:23:56] no it's aPl [11:24:03] which just means plural indetermined [11:24:05] ohhhh [11:25:18] well great :) it is supported... ok I try that, thanks again! [11:25:30] np ^^ [11:29:10] *** Quits: esg (~emil@esg.xen.prgmr.com) (Quit: Lost terminal) [11:29:28] *** Joins: esg (~emil@esg.xen.prgmr.com) [12:08:50] *** Quits: rtb (~smuxi@95.91.255.24) (Ping timeout: 240 seconds) [12:43:16] *** Joins: rtb (~smuxi@95.91.255.24) [13:38:19] *** Quits: spectre (~fran@129.242.180.229) (Ping timeout: 240 seconds) [13:39:32] *** Joins: spectre (~fran@129.242.180.229) [13:49:10] *** Quits: rtb (~smuxi@95.91.255.24) (Ping timeout: 240 seconds) [14:09:37] *** Joins: Gurkenglas_ (Gurkenglas@dslb-178-012-149-211.178.012.pools.vodafone-ip.de) [14:13:24] *** Joins: rtb (~smuxi@95.91.255.24) [14:28:57] *** Quits: spectre (~fran@129.242.180.229) (Ping timeout: 246 seconds) [14:31:39] *** Joins: spectre (~fran@129.242.180.229) [15:47:12] *** Quits: spectre (~fran@129.242.180.229) (Ping timeout: 264 seconds) [16:23:46] *** Quits: rtb (~smuxi@95.91.255.24) (Ping timeout: 260 seconds) [16:27:26] *** Joins: spectre (~fran@115.114.202.84.customer.cdi.no) [16:43:42] *** Parts: esg (~emil@esg.xen.prgmr.com) () [18:42:55] *** Joins: rtb (~smuxi@95.91.255.24) [19:11:45] *** Quits: Gurkenglas_ (Gurkenglas@dslb-178-012-149-211.178.012.pools.vodafone-ip.de) (Ping timeout: 246 seconds) [20:35:27] *** Joins: Gurkenglas_ (Gurkenglas@dslb-178-012-149-211.178.012.pools.vodafone-ip.de) [22:04:53] *** Quits: rtb (~smuxi@95.91.255.24) (Ping timeout: 244 seconds) [23:00:44] *** Joins: rtb (~smuxi@95.91.255.24)