mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-02 14:48:54 -06:00
Norwegian complete but with many unchecked words
This commit is contained in:
22
lib/resource/norwegian/LangNor.gf
Normal file
22
lib/resource/norwegian/LangNor.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../scandinavian:../abstract:../../prelude
|
||||
|
||||
concrete LangNor of Lang =
|
||||
RulesNor,
|
||||
ClauseNor,
|
||||
StructuralNor,
|
||||
BasicNor,
|
||||
TimeNor,
|
||||
CountryNor
|
||||
|
||||
** open Prelude, ParadigmsNor in {
|
||||
|
||||
lin
|
||||
AdvDate d = prefixSS "på" d ;
|
||||
AdvTime t = prefixSS "klokken" t ;
|
||||
NWeekday w = w ;
|
||||
PNWeekday w = nounPN w ;
|
||||
|
||||
PNCountry x = x ;
|
||||
ANationality x = x ;
|
||||
NLanguage x = x ;
|
||||
}
|
||||
Reference in New Issue
Block a user