mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
add linref for LN
This commit is contained in:
@@ -105,6 +105,7 @@ lincat
|
|||||||
linref
|
linref
|
||||||
N = \s -> s.snom ;
|
N = \s -> s.snom ;
|
||||||
PN = \s -> s.snom ;
|
PN = \s -> s.snom ;
|
||||||
|
LN = \s -> s.snom ;
|
||||||
Pron = \s -> s.nom ;
|
Pron = \s -> s.nom ;
|
||||||
N2 = \s -> s.snom ++ s.c2.s ;
|
N2 = \s -> s.snom ++ s.c2.s ;
|
||||||
N3 = \s -> s.snom ++ s.c2.s ++ s.c3.s ;
|
N3 = \s -> s.snom ++ s.c2.s ++ s.c3.s ;
|
||||||
|
|||||||
Reference in New Issue
Block a user