1
0
forked from GitHub/gf-rgl

tuning resource API

This commit is contained in:
aarne
2005-02-06 09:52:19 +00:00
parent a89dc272e2
commit 67c8ef5e9b
33 changed files with 2061 additions and 1432 deletions

View File

@@ -0,0 +1,27 @@
concrete CountrySwe of Country = open ResourceSwe, ParadigmsSwe in {
lincat
Country = PN ;
Nationality = A ;
Language = N ;
lin
Denmark = regPN "Danmark" neutrum ;
England = regPN "England" neutrum ;
Finland = regPN "Finland" neutrum ;
France = regPN "Frankrike" neutrum ;
Germany = regPN "Tyskland" neutrum ;
Italy = regPN "Italien" neutrum ;
Norway = regPN "Norge" neutrum ;
Russia = regPN "Ryssland" neutrum ;
Spain = regPN "Spanien" neutrum ;
Sweden = regPN "Sverige" neutrum ;
Danish = regA "Dansk" ;
English = regA "Engelsk" ;
DanishLang = regN "Danska" utrum ;
EnglishLang = regN "Engelska" utrum ;
} ;