mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 21:42:50 -06:00
restoring the discontinuous Ger NP parts in some linearizations
This commit is contained in:
@@ -8,8 +8,8 @@ oper
|
||||
emptyNP = mkNP (P.mkPN []) ;
|
||||
|
||||
lin
|
||||
NP_Acc_Chunk np = ss (np.s ! NPC Acc) ;
|
||||
NP_Gen_Chunk np = ss (np.s ! NPC Gen) ;
|
||||
NP_Acc_Chunk np = ss (np.s ! NPC Acc ++ bigNP np) ;
|
||||
NP_Gen_Chunk np = ss (np.s ! NPC Gen ++ bigNP np) ;
|
||||
|
||||
VPI_Chunk vpi = {s = vpi.s ! (True | False)} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user