forked from GitHub/gf-core
resource = resource-1.0
This commit is contained in:
27
lib/resource-0.9/finnish/LangFin.gf
Normal file
27
lib/resource-0.9/finnish/LangFin.gf
Normal file
@@ -0,0 +1,27 @@
|
||||
--# -path=.:../abstract:../../prelude
|
||||
|
||||
concrete LangFin of Lang =
|
||||
RulesFin,
|
||||
ClauseFin,
|
||||
StructuralFin,
|
||||
BasicFin,
|
||||
---- TimeEng,
|
||||
---- CountryEng
|
||||
MathFin
|
||||
|
||||
** open Prelude, ParadigmsFin in {
|
||||
|
||||
flags unlexer=finnish ;
|
||||
|
||||
{-
|
||||
lin
|
||||
AdvDate d = prefixSS "on" d ;
|
||||
AdvTime t = prefixSS "at" t ;
|
||||
NWeekday w = w ;
|
||||
PNWeekday w = nounPN w ;
|
||||
|
||||
PNCountry x = x ;
|
||||
ANationality x = x ;
|
||||
NLanguage x = x ;
|
||||
-}
|
||||
}
|
||||
Reference in New Issue
Block a user