mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
Finnish works all the way through to Lang
This commit is contained in:
23
lib/resource/finnish/LangFin.gf
Normal file
23
lib/resource/finnish/LangFin.gf
Normal file
@@ -0,0 +1,23 @@
|
||||
--# -path=.:../abstract:../../prelude
|
||||
|
||||
concrete LangFin of Lang =
|
||||
RulesFin,
|
||||
ClauseFin,
|
||||
StructuralFin,
|
||||
BasicFin
|
||||
---- TimeEng,
|
||||
---- CountryEng
|
||||
|
||||
** open Prelude, ParadigmsFin in {
|
||||
{-
|
||||
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