mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Chi) Add linref for Prep
This commit is contained in:
@@ -89,4 +89,5 @@ concrete CatChi of Cat = CommonX - [Tense, Temp, Ant, Adv] ** open ResChi, Prelu
|
|||||||
|
|
||||||
linref
|
linref
|
||||||
S = linS ;
|
S = linS ;
|
||||||
|
Prep = linPrep ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -290,6 +290,8 @@ oper
|
|||||||
hasDe = advTypeHasDe at ;
|
hasDe = advTypeHasDe at ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
linPrep : Preposition -> Str = \p -> p.prepPre ++ p.prepPost ;
|
||||||
|
|
||||||
advTypeHasDe : AdvType -> Bool = \at -> case at of {
|
advTypeHasDe : AdvType -> Bool = \at -> case at of {
|
||||||
ATPoss => True ;
|
ATPoss => True ;
|
||||||
_ => False
|
_ => False
|
||||||
|
|||||||
Reference in New Issue
Block a user