rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

Det -> CN -> Symb -> NP ? #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In gf 3.6, we have in Symbolic:

symb: Det -> CN -> [Symb] -> NP -- the levels i, j and k

but no way to produce "the level i" (in Symbol, [Symbol] is defined to take at 
least 2 arguments,
so we cannot convert the Symb into [Symb]) 

Original issue reported on code.google.com by jsalu...@gmail.com on 21 Jul 2014 at 3:30