--- Day changed Sat May 31 2014 23:50 -!- shadowdaemon [shadowdaem@gateway/shell/anapnea.net/x-xxiiainjcvomreer] has joined #gf 23:52 < shadowdaemon> What category is "String" exactly? 23:54 < shadowdaemon> Is it just a category for unknown words? 23:55 < shadowdaemon> In which category* --- Day changed Sun Jun 01 2014 08:12 < drbean_> lincat Greeting, Recipient = {s : Str} ; 08:13 < drbean_> Looking for Str in the tutorial, I found I had omitted V3 and V2A from my lincats. 08:20 < drbean_> I couldn't understand why mkV2 worked but mkV3 gave errors, "no overload instance of mkV3 ... with value type {s: Str}", and "no overload instance of mkVP for {s: Str} NP NP among .. V3 NP NP .. with value type VP". 08:21 < drbean_> lincat 08:21 < drbean_> lincat 08:21 < drbean_> lincat 10:09 < drbean_> Where does the gf shell keep its history. It is maintained across invocations of the shell but I can't find any file called *history* or *haskeline*. --- Day changed Mon Jun 02 2014 08:26 < drbean_> grepping for a line I entered in the gf shell many times also does not find a history file. 12:46 < inariksit> drbean_: hehe : --- Day changed Tue Jun 03 2014 14:55 < chru> very strange: i have a grammar that has one function turning a Cl into an Utt. it compiles for dutch and german, but for english i get the error "no overload instance of mkUtt for among ... ... with value type Utt". what is different about Utt in english? --- Day changed Wed Jun 04 2014 04:16 < drbean_> chru has gone, but I wonder if it was the same problem as mine, not having some of those categories defined in lincat. --- Day changed Thu Jun 05 2014 08:16 -!- chru [~christina@2001:638:504:2099:f93f:563b:c7da:1edd] has joined #gf 08:27 < chru> hi. does any of you know someone who is using GF from python successfully? --- Day changed Fri Jun 06 2014 16:18 * drbean said chru's problem with "no overload instance of mkUtt for among ... ... with value type Utt" could be because of missing lincats. 16:19 < drbean> But this could not be the case because lincats are common for the different languages, and the problem was only seen with English, not Dutch and Germa --- Day changed Sat Jun 07 2014 --- Day changed Sun Jun 08 2014 --- Day changed Mon Jun 09 2014 18:51 < Masx> I want to make a new verb based on a string + an already existing irregular verb. I can not do it like this though, as it would assume the string is movable, how should I do this instead? lin describe_VS = mkVS (mkV "be" write_V) ; 18:53 < inariksit> hmm I think there's no ready-made smart paradigm (or non-smart) for that 18:53 < inariksit> you'd just need to spell out all forms in worst case constructor 18:53 < inariksit> write your own and add it to ParadigmsDut :) 18:53 < Masx> yeah I guess I could do that with fixprefixV 18:54 < Masx> but that doesn't seem to be the intended/normal use for that, but I guess it'll do 18:58 -!- myoriel [~Myoriel@aftr-88-217-181-24.dynamic.mnet-online.de] has quit [Ping timeout: 245 seconds] 18:58 < inariksit> GF is all about not intended uses :-P 18:58 < inariksit> the weirder the better 20:16 < spectie> eus-fin --- Day changed Tue Jun 10 2014 14:23 < Masx> inariksit: the top dicts have some duplicates, what to do with date_3? ( http://www.grammaticalframework.org/lib/src/translator/senses-in-Dictionary.txt ) --- Day changed Wed Jun 11 2014 --- Day changed Thu Jun 12 2014 --- Day changed Fri Jun 13 2014 --- Day changed Sat Jun 14 2014 --- Day changed Sun Jun 15 2014 --- Day changed Mon Jun 16 2014 --- Day changed Tue Jun 17 2014 --- Day changed Wed Jun 18 2014 --- Day changed Thu Jun 19 2014 11:02 < inariksit> Masx: are you there? 11:03 < inariksit> I'm fixing dutch for the 3.6 release 11:03 < inariksit> and I'd like to check the word order with someone 11:03 < spectre> wow gf has releases ... i wish we had releases ... :| 11:03 < inariksit> :-D 11:04 < inariksit> well you just assume that people get the latest code from the repo 11:04 < inariksit> we have an option to download binaries 11:04 < inariksit> but release sounds fancy! 11:05 < spectre> yeah 11:05 < spectre> sounds like someone checked that stuff works 11:05 < spectre> and doesn't massively break stuff 11:05 < inariksit> hahah, not really 11:05 < inariksit> this is my checking that stuff works 11:05 < inariksit> :D 11:05 < spectre> i'm going to tease unhammer about it 11:05 < inariksit> :D 11:05 < inariksit> "look, even those GF people have releases" 11:06 < spectre> :D 11:11 < inariksit> uaaaagh this is going to be so ugly >__> 11:11 < inariksit> (oh yes public logs!) 11:11 < spectre> :D 11:11 < spectre> do you have regression tests 11:11 < spectre> and stuff 11:13 < inariksit> I have this http://pastebin.com/EufE4cdr 11:14 < inariksit> but it's not like a feature, it's in a file called wordorder.gfs and then I have gold standard (which should actually be checked by a real dutch) and then I run diff 11:15 < inariksit> I made it for estonian and now I'm just using the same for dutch 11:16 < inariksit> (as you can see from the comments, "kes näen kassi" is not dutch :-D (and it's not correct in estonian either)) 11:16 < spectre> aha, so you're adding the tests before the release :) 11:16 < inariksit> at least trying to have good habits :-D 11:18 < spectre> :) 11:18 < spectre> we should do the same :s 11:20 -!- jmvanel [~jmvanel@213.0.88.79.rev.sfr.net] has joined #gf 11:20 < inariksit> this is still very ad hoc 11:20 < inariksit> haha now I have trouble naming a field, first it was "hasPrep" and now I changed it into "nietBeforeObj" 11:51 -!- mmehdig [~mmehdig@86.109.37.90] has joined #gf 12:03 < inariksit> 11:50:47 < Unhammer> can release 3.3.1 quickly afterwards when we've warmed up our release-muscles 12:03 < inariksit> 11:53:33 < spectre> :D 12:03 < inariksit> 11:53:34 < spectre> yeah 12:03 < inariksit> 12:00:52 < inariksit> GF has 3.6 coming up! 12:03 < inariksit> 12:02:06 < Unhammer> did I say 3.3.1? I meant 3.4 of course 12:03 < inariksit> 12:02:46 < inariksit> we have 3.5.12 at the moment 12:03 < inariksit> 12:03:25 < Unhammer> OK OK, GF wins the release-race =P 12:06 < spectre> LOL --- Day changed Fri Jun 20 2014 21:17 < Masx> inariksit: I am here now, still need help? --- Day changed Sat Jun 21 2014