[10:45:09] *** Joins: spectie (~fran@129.242.93.229) [10:45:09] *** Quits: spectie (~fran@129.242.93.229) (Changing host) [10:45:09] *** Joins: spectie (~fran@unaffiliated/spectie) [11:14:02] *** Joins: Eidel_ (~eidel@c83-249-247-253.bredband.comhem.se) [11:16:45] *** Quits: Eidel (~eidel@c83-249-247-253.bredband.comhem.se) (Ping timeout: 240 seconds) [12:12:38] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 260 seconds) [12:26:18] *** Joins: spectie (~fran@unaffiliated/spectie) [13:07:09] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 264 seconds) [13:07:36] *** Joins: spectie (~fran@unaffiliated/spectie) [13:32:22] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 240 seconds) [13:44:46] *** Joins: spectie (~fran@unaffiliated/spectie) [13:50:00] *** Joins: MasX (~masx@2001:41d0:a:2340::1) [13:51:00] *** Quits: Masxmasx (~masx@2001:41d0:a:2340::1) (Ping timeout: 260 seconds) [13:51:01] *** Quits: inariksit (~inari@ksit.fixme.fi) (Ping timeout: 260 seconds) [13:51:02] *** Joins: inariksit (~inari@ksit.fixme.fi) [14:09:16] *** Quits: spectie (~fran@unaffiliated/spectie) (Quit: Leaving) [14:09:53] *** Joins: spectie (~fran@unaffiliated/spectie) [15:06:28] *** Quits: drbean (~drbean@60-248-117-253.HINET-IP.hinet.net) (Quit: ZNC - http://znc.in) [15:10:58] *** Joins: drbean (~drbean@60-249-78-253.HINET-IP.hinet.net) [16:12:47] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 245 seconds) [16:50:08] *** Joins: spectie (~fran@unaffiliated/spectie) [18:10:57] *** Joins: bakibour (549ff044@gateway/web/freenode/ip.84.159.240.68) [18:11:04] <bakibour> Greetings [18:11:12] <spectie> hello bakibour ! [18:11:17] <bakibour> Ah! :) [18:12:14] <bakibour> I am still not sure what GF really is yet. [18:12:20] <spectie> oh! [18:12:47] <spectie> what are you trying to do ? [18:12:48] <bakibour> Is it correct that i can parse NL texts with the present grammars in the repo? [18:13:04] <bakibour> I would like to parse a book or a movie script. [18:13:15] <spectie> yes you can [18:13:27] <spectie> so you would like wide-coverage natural language parsing [18:13:32] <spectie> of which language? [18:13:32] <bakibour> So GF builds me the asp so to say? [18:13:39] <bakibour> german and english [18:13:51] <spectie> asp ? [18:13:53] <spectie> AST ? [18:13:57] <bakibour> er yes sorry [18:13:58] <bakibour> AST [18:14:11] <spectie> you can go from strings to abstract syntax yeah [18:14:25] <spectie> and i think english and german should work ok [18:14:26] <bakibour> GF does not support something like named entity recognition and the like though right? [18:14:37] <spectie> well, that's fairly easy to bolt on [18:14:56] <bakibour> I guess so yes, just want to know if that is something that i can get from somewhere. [18:15:22] <spectie> is it the full parse you want [18:15:26] <spectie> or just the named entities ? [18:15:28] <bakibour> I studied computational linguistics some time back, well some courses at least. [18:15:33] <bakibour> Both [18:15:52] <bakibour> Basically my idea is after i have parsed the text i can render different things. [18:16:06] <bakibour> Like for example extracting all persons in the text. [18:16:28] <bakibour> Or later maybe something like a question system where i can ask questions about the text. [18:16:43] <bakibour> Eg. for consistency checks. [18:16:58] <spectie> that sounds like something you could use GF for [18:17:00] <bakibour> If person X has died it can not be active later on etc. [18:17:07] <bakibour> Cool! [18:17:13] <spectie> logical consistency [18:18:20] <spectie> do you have gf installed ? [18:19:58] <bakibour> Not yet [18:20:04] <spectie> you should! [18:20:09] <bakibour> I want to try it out tomorrow. [18:20:12] <spectie> cool [18:20:16] <bakibour> At work :) [18:20:20] <spectie> you should come back on IRC [18:20:23] <bakibour> Sure! [18:20:24] <spectie> normally it's more active [18:20:30] <spectie> there is a functional programming conference on at the moment [18:20:34] <spectie> so lots of people are busy there [18:20:35] <bakibour> I am on GMT [18:20:42] <bakibour> Sweet [18:20:43] <spectie> IRC = internet relay chat :D [18:20:50] <bakibour> I know :) [18:21:07] <spectie> i thought you confused it for a timezone ;D [18:21:25] <bakibour> No i mean i am in the GMT timezone, to check where the others are. [18:21:49] <bakibour> Just to see if you are online when i work tomorrow. [18:22:13] <bakibour> Also i think that we might actually use it at work also :) [18:23:17] <spectie> most are between GMT+0 and GMT+2 [18:25:02] <bakibour> Would i rather like to install the binary package or compile it with cabal? [18:25:19] <spectie> probably compile with cabal [18:25:24] <spectie> and if that doesn't work, install the binary [18:26:27] <bakibour> are there any open source projects that go in a direction i am going? [18:26:57] <spectie> for parsing? [18:27:00] <spectie> there are a few options [18:27:07] <spectie> you can probably use freeling for english [18:27:10] <spectie> but it doesn't have german [18:27:26] <spectie> there are also various combinations of parsers and NE software [18:27:34] <spectie> but those usually require proprietary corpora to run [18:27:41] <spectie> and are a pain with formats and stuff [18:32:41] <bakibour> I bet [18:33:39] <bakibour> The goal application i have in mind in the end atm is a tool for writers. [18:35:02] <spectie> aha [19:14:45] <inariksit> hi bakibour! I'll be around later, but you can use this time to install the stuff :) [19:49:19] *** Quits: bakibour (549ff044@gateway/web/freenode/ip.84.159.240.68) (Ping timeout: 246 seconds) [22:14:41] *** Joins: myoriel (~Myoriel@2001:a60:13b4:8601:81ff:c37:9783:d6a7) [22:32:11] *** Quits: myoriel (~Myoriel@2001:a60:13b4:8601:81ff:c37:9783:d6a7) (Ping timeout: 272 seconds) [22:32:13] *** Joins: myoriel1 (~Myoriel@aftr-88-217-181-203.dynamic.mnet-online.de) [22:34:17] *** Joins: Eidel (~eidel@c83-249-247-253.bredband.comhem.se) [22:37:30] *** Quits: Eidel_ (~eidel@c83-249-247-253.bredband.comhem.se) (Ping timeout: 255 seconds) [22:47:37] *** Joins: Eidel_ (~eidel@c83-249-247-253.bredband.comhem.se) [22:50:36] *** Quits: Eidel (~eidel@c83-249-247-253.bredband.comhem.se) (Ping timeout: 246 seconds)