[00:19:40] *** spectei is now known as spectie [00:27:01] *** spectie is now known as spectei [00:35:09] *** Quits: spectei (~fran@unaffiliated/spectie) (Ping timeout: 245 seconds) [03:59:20] inariksit: http://www.staff.amu.edu.pl/~naunicol/NNresearch/NN-logoph.pdf was good paper. It helped me understand logophoricity better. [05:36:23] *** Joins: spectei (~fran@unaffiliated/spectie) [06:18:24] drbean_: cool ^^ [10:34:41] *** Joins: Gurkenglas (Gurkenglas@dslb-188-103-077-131.188.103.pools.vodafone-ip.de) [12:50:56] *** Joins: koo7 (~kook@236.152.broadband3.iol.cz) [13:17:41] *** Quits: Gurkenglas (Gurkenglas@dslb-188-103-077-131.188.103.pools.vodafone-ip.de) (Ping timeout: 255 seconds) [13:45:01] "john was killed by mary, but was happy" [13:45:04] example sentence [14:02:40] *** Quits: koo7 (~kook@236.152.broadband3.iol.cz) (Ping timeout: 260 seconds) [14:11:02] *** Joins: BobL (25faa711@gateway/web/freenode/ip.37.250.167.17) [14:11:41] hey BobL [14:11:55] hallÄ Inari [14:12:20] on my way to dom GF project, how is it in the new land [14:12:26] do* [14:12:38] for your yesterday's question, there is also the flag -tr, which ou can use with any command [14:12:53] i see [14:13:01] p -tr "I am an apple" | l [14:13:10] it will retain the parse tree [14:13:25] or gt -tr (whatever tree) | [14:13:33] +l [14:13:50] just finishing the workshop [14:17:06] *** Quits: BobL (25faa711@gateway/web/freenode/ip.37.250.167.17) (Ping timeout: 252 seconds) [14:19:36] *** Joins: BobL (0244ccac@gateway/web/freenode/ip.2.68.204.172) [14:20:31] I do this: gt -cat=NP -depth=0 -number=2 | l -treebank [14:21:07] and I get two linearizations [14:22:41] and "-flag=tr" is a flag for linearization [14:23:07] I think I need to understand this a bit better [14:31:13] no no, just -tr [14:31:30] i see [14:35:55] also, sorry about my earlier mistake, I said "retain the parse tree", but that's bullshit; in the example I gave, it will retain the abstract syntax tree [14:36:06] it's in general used as a trace [14:37:03] the simplest usage: any command with -tr will just print out its result duplicated [14:37:17] i think i got disconnected and i did not get to read your comment Inari, but i am looking at the pidg grammar now and i will ask question a bit later on [14:37:30] if you do -tr | , then you will see one instance of the earlier command and one of the later command [14:37:34] i saw the duplication. okay thanks [14:37:36] okay good, then you didn't see misinformation :-D [14:37:42] :D [14:38:05] gr -tr | l does basically the same as gr | l -treebank , use any you like better [14:38:56] gotchya thanks [16:03:33] *** Joins: Gurkenglas (~Gurkengla@dslb-188-103-077-131.188.103.pools.vodafone-ip.de) [16:08:36] hi. if i want to see NounPhrases generated from Determiners and CommonNouns, should i be doing: gt (NP? (CN? (Det?))) what am i doing wrong :) [16:57:15] you can first parse something you know has a determiner and CN, then you see the structure [16:57:30] you need to use the function names, not the category names [16:58:48] so if you want all NPs, it's enough to do [16:58:52] gt -cat=NP [16:59:07] if you want all that are formed with DetCN, do this: [16:59:09] gt DetCN ? ? [16:59:18] that is actually already enough [16:59:53] because DetCN takes arguments of type Det and CN, there cannot be anything else in the two ?s [17:00:02] I'm going now for dinner, hope it helped [17:00:27] if you want to have more specific examples, just look at some tree, keep the function name, and replace rest with ? [17:00:40] like this: DetCN those_Det (ModCN (UseA small_A) (UseN tree_N)) [17:00:47] if you want to vary the adjective, do this: [17:01:03] gt DetCN those_Det (ModCN (UseA ?) (UseN tree_N)) [17:02:34] thank you so much Inari!! okay have a nice evening and I read with this [17:24:39] *** Quits: BobL (0244ccac@gateway/web/freenode/ip.2.68.204.172) (Ping timeout: 252 seconds) [20:55:36] *** Quits: Gurkenglas (~Gurkengla@dslb-188-103-077-131.188.103.pools.vodafone-ip.de) (Ping timeout: 250 seconds)