mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-06 13:52:44 -06:00
Spanish lexica
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../romance:../abstract:../../prelude
|
||||
|
||||
concrete LangSpa of Lang =
|
||||
RulesSpa,
|
||||
ClauseSpa,
|
||||
StructuralSpa,
|
||||
BasicSpa,
|
||||
TimeSpa,
|
||||
CountrySpa
|
||||
|
||||
** open Prelude, ParadigmsSpa in {
|
||||
|
||||
lin
|
||||
AdvDate d = prefixSS "el" d ;
|
||||
AdvTime t = prefixSS ["a las"] t ;
|
||||
NWeekday w = w ;
|
||||
PNWeekday w = mkPN (w.s ! singular) w.g ;
|
||||
|
||||
PNCountry x = x ;
|
||||
ANationality x = x ;
|
||||
NLanguage x = x ;
|
||||
}
|
||||
Reference in New Issue
Block a user