1
0
forked from GitHub/gf-core

VPI chunks linearized ; nouns with ión in Spanish and zione in Italian marked as feminine

This commit is contained in:
aarne
2014-04-07 12:02:52 +00:00
parent 1671383e1c
commit 2825f9e420
16 changed files with 630 additions and 613 deletions

View File

@@ -8,6 +8,7 @@ concrete ChunkBul of Chunk = CatBul, ExtensionsBul [VPS,VPI] **
SyntaxBul, (E = ExtensionsBul), Prelude,
ResBul, MorphoFunsBul, (P = ParadigmsBul) in {
lin VPI_Chunk vpi = {s = vpi.s ! {gn = GSg allGender ; p = P3}} ;
lin CN_Pl_Chunk, CN_Pl_Gen_Chunk = \cn -> {s = cn.s ! (NF Pl allSpecies | NFPlCount)} ;
lin CN_Sg_Chunk, CN_Sg_Gen_Chunk = \cn -> {s = cn.s ! (NF Sg allSpecies | NFSgDefNom)} ;