forked from GitHub/gf-core
Finnish extras
This commit is contained in:
12
lib/resource-1.0/finnish/ExtraFin.gf
Normal file
12
lib/resource-1.0/finnish/ExtraFin.gf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
concrete ExtraFin of ExtraFinAbs = CatFin ** open ResFin, Prelude in {
|
||||||
|
|
||||||
|
lin
|
||||||
|
GenNP np = {
|
||||||
|
s1 = \\_,_ => np.s ! NPCase Gen ;
|
||||||
|
s2 = [] ;
|
||||||
|
isNum = False ;
|
||||||
|
isPoss = False ;
|
||||||
|
isDef = True --- "Jussin kolme autoa ovat" ; thus "...on" is missing
|
||||||
|
} ;
|
||||||
|
|
||||||
|
}
|
||||||
3
lib/resource-1.0/finnish/ExtraFinAbs.gf
Normal file
3
lib/resource-1.0/finnish/ExtraFinAbs.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
abstract ExtraFinAbs = Extra [GenNP] ** {
|
||||||
|
|
||||||
|
}
|
||||||
6
lib/resource-1.0/finnish/Finnish.gf
Normal file
6
lib/resource-1.0/finnish/Finnish.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete Finnish of FinnishAbs =
|
||||||
|
LangFin,
|
||||||
|
ExtraFin
|
||||||
|
** {} ;
|
||||||
4
lib/resource-1.0/finnish/FinnishAbs.gf
Normal file
4
lib/resource-1.0/finnish/FinnishAbs.gf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
abstract FinnishAbs =
|
||||||
|
Lang,
|
||||||
|
ExtraFinAbs
|
||||||
|
** {} ;
|
||||||
Reference in New Issue
Block a user