mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
linrefs for A and N
This commit is contained in:
@@ -132,13 +132,12 @@ incomplete concrete CatScand of Cat =
|
|||||||
V2V = \v -> infVP (predV v) agrUSgP3 ++ v.c2.s ;
|
V2V = \v -> infVP (predV v) agrUSgP3 ++ v.c2.s ;
|
||||||
|
|
||||||
Conj = \c -> c.s1 ++ c.s2 ;
|
Conj = \c -> c.s1 ++ c.s2 ;
|
||||||
{-
|
|
||||||
A = \a -> a.s ! AAdj Posit Nom ;
|
|
||||||
A2 = \a -> a.s ! AAdj Posit Nom ++ a.c2 ;
|
|
||||||
|
|
||||||
N = \n -> n.s ! Sg ! Nom ;
|
A = \a -> a.s ! AF (APosit (Strong (GSg Utr))) Nom ;
|
||||||
N2 = \n -> n.s ! Sg ! Nom ++ n.c2 ;
|
A2 = \a -> a.s ! AF (APosit (Strong (GSg Utr))) Nom ++ a.c2.s ;
|
||||||
N3 = \n -> n.s ! Sg ! Nom ++ n.c2 ++ n.c3 ;
|
|
||||||
-}
|
N = \n -> n.s ! Sg ! Indef ! Nom ;
|
||||||
|
N2 = \n -> n.s ! Sg ! Indef ! Nom ++ n.c2.s ;
|
||||||
|
N3 = \n -> n.s ! Sg ! Indef ! Nom ++ n.c2.s ++ n.c3.s ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user