1
0
forked from GitHub/gf-core

work on Finnish

This commit is contained in:
aarne
2005-06-30 07:35:01 +00:00
parent 6b83de3263
commit 5c5dd161d0
7 changed files with 203 additions and 76 deletions

View File

@@ -221,10 +221,17 @@ oper
\isDef,n,mies ->
case n.isNum of {
True => {
s = table {
NPCase Nom => n.s ! NPCase Nom ++ mies.s ! False ! Sg ! Part ;
c => n.s ! c ++ mies.s ! False ! Sg ! npForm2Case Sg c
s = case n.n of {
Sg => table {
NPCase Nom => n.s ! NPCase Nom ++ mies.s ! False ! Sg ! Nom ;
c => n.s ! c ++ mies.s ! False ! Sg ! npForm2Case Sg c
} ;
_ => table {
NPAccGen => n.s ! NPCase Nom ++ mies.s ! False ! Sg ! Part ;
NPCase Nom => n.s ! NPCase Nom ++ mies.s ! False ! Sg ! Part ;
c => n.s ! c ++ mies.s ! False ! Sg ! npForm2Case Sg c
}
} ;
n = if_then_else Number isDef Pl Sg ;
p = NP3
} ;