mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
(Ara) Use PerGenNum in the table for RCl and RS; compiles 15sec faster
This commit is contained in:
@@ -199,13 +199,13 @@ lin
|
||||
|
||||
RelCN cn rs = cn ** {
|
||||
s2 = \\n,s,c => cn.s2 ! n ! s ! c
|
||||
++ rs.s ! {pgn=Per3 cn.g n ; isPron=False} ! c ;
|
||||
++ rs.s ! Per3 cn.g n ! c ;
|
||||
isHeavy = True
|
||||
} ;
|
||||
|
||||
|
||||
RelNP np rs = np ** {
|
||||
s = \\c => np.s ! c ++ rs.s ! np.a ! c ;
|
||||
s = \\c => np.s ! c ++ rs.s ! np.a.pgn ! c ;
|
||||
isHeavy = True
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user