mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
change lincat PN to make it similar to LN and avoid storing rt and rel
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
concrete CatRus of Cat = CommonX ** open ResRus, Prelude in {
|
||||
flags coding=utf8 ; optimize=all ;
|
||||
lincat
|
||||
N, PN = ResRus.NounForms ;
|
||||
N = ResRus.NounForms ;
|
||||
PN = {
|
||||
s : Case => Str ;
|
||||
g : Gender ;
|
||||
anim : Animacy ;
|
||||
n : Number ;
|
||||
} ;
|
||||
GN = {
|
||||
s : Case => Str ;
|
||||
g : Sex ;
|
||||
@@ -119,8 +125,7 @@ lincat
|
||||
|
||||
linref
|
||||
N = \s -> s.snom ;
|
||||
PN = \s -> s.snom ;
|
||||
LN = \s -> s.s ! Nom ;
|
||||
PN,LN = \s -> s.s ! Nom ;
|
||||
Pron = \s -> s.nom ;
|
||||
N2 = \s -> s.snom ++ s.c2.s ;
|
||||
N3 = \s -> s.snom ++ s.c2.s ++ s.c3.s ;
|
||||
|
||||
Reference in New Issue
Block a user