mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
-- Structures special for Norwegian. These are not implemented in other
|
|
-- Scandinavian languages.
|
|
|
|
abstract ExtraNorAbs = ExtraScandAbs ** {
|
|
|
|
fun
|
|
PossNP : NP -> Pron -> NP ; -- bilen min
|
|
|
|
} |