forked from GitHub/gf-rgl
forgot the file
This commit is contained in:
10
src/norwegian/NamesNor.gf
Normal file
10
src/norwegian/NamesNor.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete NamesNor of Noun = CatNor ** NamesScand - [AdjLN] with
|
||||
(ResScand = ResNor) ** {
|
||||
|
||||
lin AdjLN ap ln = ln ** {
|
||||
s = \\c => preOrPost ap.isPre
|
||||
(ap.s ! agrAdj (gennum ln.g ln.n) (DDef Def))
|
||||
(ln.s ! c) ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user