compound nouns in ExtraSwe

This commit is contained in:
aarne
2011-03-17 16:44:46 +00:00
parent f2df9631fd
commit 626a5881f2
2 changed files with 21 additions and 1 deletions

View File

@@ -3,5 +3,9 @@
abstract ExtraSweAbs = ExtraScandAbs ** {
fun
CompoundNomN : N -> N -> N ; -- fot+boll
CompoundGenN : N -> N -> N ; -- yrkes+musiker
CompoundAdjN : A -> N -> N ; -- vit+vin
}