[00:23:57] *** Quits: keri (~wen@ksit.fixme.fi) (Ping timeout: 240 seconds) [00:24:05] *** Joins: keri (~wen@ksit.fixme.fi) [10:06:51] *** Joins: idaroermann (3ec62de0@gateway/web/freenode/ip.62.198.45.224) [10:06:58] *** Quits: idaroermann (3ec62de0@gateway/web/freenode/ip.62.198.45.224) (Client Quit) [14:50:29] *** Joins: idaroermann (82e179d0@gateway/web/freenode/ip.130.225.121.208) [14:50:43] HI again, [14:52:23] Okay you said that I can import Prelude and look at the functions. Where do we find Prelude? And what is it? We sat up our files (and the connections between them) at some point as in the EngMiniLang .. [14:53:57] I am trying to define the type of ConjS in lin . And in the ConjunctionEng.gf it is ConjS = conjunctDistrSS ; . But I do not have acces to those functions [14:56:05] idaroermann: you can look for example at a copy here: https://github.com/GrammaticalFramework/GF/blob/master/lib/src/prelude/Prelude.gf [14:56:13] thanks! [14:56:21] or it should be somewhere in your gf installation [14:57:24] also the conjunctDistrSS should be in https://github.com/GrammaticalFramework/GF/blob/master/lib/src/prelude/Coordination.gf [14:58:27] Okay ^^ [14:58:57] but that is actually a bit complicated to understand what it does [15:50:54] idaroermann: does it work when you just open Prelude and Coordination? like here https://github.com/GrammaticalFramework/GF/blob/master/lib/src/english/ConjunctionEng.gf#L1-L2 [16:14:54] Okay, I must admit I am confused about how these files connect. I only have a folder with newmini, and not the other files. I guess I can find them. But do I want them? I mean.. do I need more files (with functions) than my abstract minigrammar.gf? [16:16:39] ..in the same directory. [16:18:04] I just have a small working space with my lexicon, my mini grammar, and the abstract mini grammar [16:19:55] ..and my minires [16:21:40] if you have your GF installed and all the paths set properly, then you shouldn't need to do anything special [16:21:51] I really dont remember that we were taught this in the course at all [16:21:56] so just try opening Prelude and Coordination like in that file I linked [16:22:01] if it gives error, paste it here [16:23:41] Okay, at the top of my grammar I have this now: concrete ExtMiniGrammarDanIda of ExtMiniGrammar = open ExtMiniResDanIda, Prelude in { ..lincat + lin.... [16:24:18] add Coordination too [16:24:20] But if I change that to : concrete ConjunctionEng of Conjunction = CatEng ** open ResEng, Coordination, Prelude in { [16:24:32] aaaah [16:24:37] concrete ExtMiniGrammarDanIda of ExtMiniGrammar = open ExtMiniResDanIda, Prelude, Coordination in { ... } [16:26:13] Okay, it doesn't complain about anything except conflicting info about what I copied and did from the prelude. So I will change that, and see what happens :) [16:29:55] ...aaaaaaand my list-errors are gone. :) [16:42:10] *** Quits: idaroermann (82e179d0@gateway/web/freenode/ip.130.225.121.208) (Quit: Page closed) [22:44:50] *** Joins: JuanDaugherty (~juan@98.4.124.117) [23:21:46] *** Quits: JuanDaugherty (~juan@98.4.124.117) (Quit: Ex Chat)