mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
(May) AdjCN + change lincat of A*
This commit is contained in:
@@ -158,8 +158,9 @@ concrete NounMay of Noun = CatMay ** open ResMay, Prelude in {
|
||||
-- : N3 -> N2 ; -- distance (to Paris)
|
||||
-- Use3N3 n3 = lin N2 n3 ;
|
||||
-- : AP -> CN -> CN
|
||||
-- AdjCN ap cn = cn ** {
|
||||
-- } ;
|
||||
AdjCN ap cn = cn ** {
|
||||
s = \\nf => cn.s ! nf ++ ap.s
|
||||
} ;
|
||||
|
||||
-- : CN -> RS -> CN ;
|
||||
RelCN cn rs = cn ** {
|
||||
|
||||
Reference in New Issue
Block a user