[03:32:47] *** Quits: proteusguy (~proteusgu@cm-58-10-154-147.revip7.asianet.co.th) (Remote host closed the connection) [04:06:47] *** Joins: proteusguy (~proteusgu@110.164.217.65) [05:10:45] *** Quits: proteusguy (~proteusgu@110.164.217.65) (Ping timeout: 246 seconds) [06:48:43] *** Joins: proteusguy (~proteusgu@mx-ll-14.207.4-86.dynamic.3bb.co.th) [06:53:23] *** Quits: proteusguy (~proteusgu@mx-ll-14.207.4-86.dynamic.3bb.co.th) (Ping timeout: 245 seconds) [07:05:23] *** Joins: proteusguy (~proteusgu@mx-ll-14.207.4-86.dynamic.3bb.co.th) [12:19:51] *** Quits: proteusguy (~proteusgu@mx-ll-14.207.4-86.dynamic.3bb.co.th) (Remote host closed the connection) [15:50:20] *** Joins: proteusguy (~proteusgu@cm-58-10-154-147.revip7.asianet.co.th) [16:49:43] *** Joins: anoe (~anoe@delanoe.org) [16:51:27] Hello I am very excited by the grammatical framework! I am trying to install it from the source (I am working on Debian with Haskell already). But I got these errors after the following command: [16:51:36] /usr/local/lib/libsg.so : erreur : référence à « pthread_mutexattr_destroy » non définie [16:51:39] /usr/local/lib/libsg.so : erreur : référence à « pthread_mutexattr_init » non définie [16:51:42] /usr/local/lib/libsg.so : erreur : référence à « pthread_mutex_trylock » non définie [16:51:45] /usr/local/lib/libsg.so : erreur : référence à « pthread_mutexattr_settype » non définie [16:51:48] collect2: error: ld returned 1 exit status [16:51:50] any idea how to solve it please ? [16:51:52] (that is in French) [17:43:55] (I have installed sg from the sources in src/runtime/c ) [17:57:32] anoe: which commands did you run exactly? [18:06:06] *** Joins: stoopkid (uid137696@gateway/web/irccloud.com/x-uiotybabltahdgdz) [18:07:35] i was toying around with dependent types again to generate pictures and natural language descriptions for spatial relation: https://github.com/daherb/mulle-spatial [18:09:18] some example outputs: https://daherb.github.io/mulle-spatial/examples.html [18:49:18] daherb: I have run this: [18:49:22] stack install --extra-include-dirs="/usr/local/include" --extra-lib-dirs="/usr/local/lib" [18:49:43] in gf-core [18:50:09] (haskell-bind has been built sucessfully) [19:00:59] I have installed gf with dpkg -i (it works but I want to use it with my Haskell program) [19:08:42] i don't really know about the stack file. maybe inariksit can better help with that [19:11:02] but in src/runtime/c there is a readme file how to install the c-runtime properly. maybe that can help you [19:28:10] thank you, I will check the c-runtime installation tomorrow. [20:21:09] btw, I am reading the Grammar Framework book, some examples of translation are given (in case of Google translate failures). [20:21:45] I am wondering what is the current state of the art discussion about Grammar driven or Data driven learning. [20:21:59] Has "deep learning" won the battle ? [20:22:50] In others words, coverage or precision choice is still an argument ? [20:25:22] How to add statistical framework to the grammar framework for hybrid systems, do you have some examples ?