mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
resource = resource-1.0
This commit is contained in:
@@ -1,27 +1,10 @@
|
||||
--# -path=.:../abstract:../../prelude
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete LangFin of Lang =
|
||||
RulesFin,
|
||||
ClauseFin,
|
||||
StructuralFin,
|
||||
BasicFin,
|
||||
---- TimeEng,
|
||||
---- CountryEng
|
||||
MathFin
|
||||
GrammarFin,
|
||||
LexiconFin
|
||||
** {
|
||||
|
||||
** open Prelude, ParadigmsFin in {
|
||||
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
||||
|
||||
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