[03:28:27] *** Joins: drbean (~drbean@TC210-63-209-49.static.apol.com.tw) [04:32:36] *** Quits: wmacmil (~wmacmil@c83-252-138-144.bredband.comhem.se) (Ping timeout: 264 seconds) [06:11:23] *** Quits: drbean (~drbean@TC210-63-209-49.static.apol.com.tw) (Ping timeout: 256 seconds) [06:36:07] *** Joins: drbean (~drbean@TC210-63-209-36.static.apol.com.tw) [09:22:59] daherb: yep, GF just ignores all whitespace, https://groups.google.com/g/gf-dev/c/c4WNtExo2F4/m/ZOD3MWY6BgAJ [09:33:41] *** Quits: drbean (~drbean@TC210-63-209-36.static.apol.com.tw) (Ping timeout: 256 seconds) [10:30:33] *** Joins: wmacmil (~wmacmil@c83-252-138-144.bredband.comhem.se) [10:55:37] hej, @inari, are you still around today to chat? [12:14:40] btw, i created a template repository for new resource grammars on github: https://github.com/daherb/gf-rgl-template [12:15:03] maybe that is useful for other people as well [13:40:05] if you have a test list of sentences you want work with, so some .txt file with 10 sentences, how do you import than into gf [13:40:47] like p (x for x\n in test.txt) [13:40:54] or is there some other facility you use? [13:51:55] i used gf commands in a batch file, each line with a gf command e.g. "p -lang=... ..." [13:53:17] do you have an example gist or something you could show me [13:53:42] so i guess you're doing it from the command line, not in inside the gf shell then? [13:53:44] than you [13:56:59] the files are simply the gf commands, e.g. https://github.com/MUSTE-Project/mulle-grammars/blob/master/Treebank/swe.gfs [13:57:10] and then you can pipe it into the gf shell [13:58:16] e.g. gf TreebankSwe.pgf < swe.gfs