Latvian extra: added GenCN - similarly as in ExtraFin

This commit is contained in:
normundsg
2013-05-01 11:08:32 +00:00
parent 9cdd96363a
commit 0660bd3779
2 changed files with 8 additions and 0 deletions

View File

@@ -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 ;

View File

@@ -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 ;