So, the holiday season has given me time to read Runge's Discourse Grammar. Wow, this combined with the LDGNT makes me feel like a kid with a new toy tool.
I'm doing searches on some of the constructs found in the grammar, such as "Forward-pointing interrogatives," and ran into a problem.
I setup a search on the LDGNT as follows - "<LDGNT = Forward-Pointing Ref.> ANDEQUALS <LogosMorph = BI>". This works great. Of course, I need to add interrogative pronouns. So, I had hoped to be able to use wildcards in the datatype spec - e.g. <LogosMorph = RI*>, so I don't have to specify all the combos of case, number, and gender, and found that this doesn't work. At this point, I'm left with a search that looks like:
(<LDGNT = Forward-Pointing Ref.> ANDEQUALS <LogosMorph = BI>) OR (<LDGNT = Forward-Pointing Ref.> ANDEQUALS <LogosMorph = RI-NSN>) OR (<LDGNT = Forward-Pointing Ref.> ANDEQUALS <LogosMorph = RI-ASN>) OR (<LDGNT = Forward-Pointing Ref.> ANDEQUALS <LogosMorph = RI-GSN>) OR (<LDGNT = Forward-Pointing Ref.> ANDEQUALS <LogosMorph = RI-DSN>)..which of course isn't complete.
I've tried different things, but can't seem to find a simpler way to get what I want. Am I missing something?
Thanks,
Dave