1
0
forked from GitHub/gf-core

changed Fin.some*_Det from "joku" to "jokin", i.e. from human to non-human, which should be the default.

This commit is contained in:
aarne
2013-06-06 08:38:26 +00:00
parent 0c73d8e1e0
commit 42bd972899

View File

@@ -82,12 +82,12 @@ concrete StructuralFin of Structural = CatFin **
isPron = False ; isNeg = False
} ;
someSg_Det = heavyDet {
s1 = jokuPron ! Sg ;
s1 = jokinPron ! Sg ;
s2 = \\_ => [] ;
isNum,isPoss = False ; isDef = True ; isNeg = False ; n = Sg
} ;
somePl_Det = heavyDet {
s1 = jokuPron ! Pl ;
s1 = jokinPron ! Pl ;
s2 = \\_ => [] ; isNum,isPoss = False ; isNeg = False ; isDef = True ;
n = Pl ; isNeg = False
} ;