mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Latvian extra: added GenCN - similarly as in ExtraFin
This commit is contained in:
@@ -11,6 +11,12 @@ flags
|
||||
coding = utf8 ;
|
||||
|
||||
lin
|
||||
-- NP -> CN -> CN ;
|
||||
GenCN np cn = {
|
||||
s = \\d,n,c => np.s ! Gen ++ cn.s ! d ! n ! c ;
|
||||
g = cn.g
|
||||
} ;
|
||||
|
||||
aiz_Prep = mkPrep "aiz" Gen Dat ;
|
||||
ap_Prep = mkPrep "ap" Acc Dat ;
|
||||
gar_Prep = mkPrep "gar" Acc Dat ;
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
abstract ExtraLavAbs = Extra ** open ResLav, Prelude in {
|
||||
fun
|
||||
GenCN : NP -> CN -> CN ;
|
||||
|
||||
aiz_Prep : Prep ;
|
||||
ap_Prep : Prep ;
|
||||
gar_Prep : Prep ;
|
||||
|
||||
Reference in New Issue
Block a user